Require space around operators

This commit is contained in:
Gabriel Mazetto 2016-05-10 23:24:23 -03:00
parent 6aef256733
commit 311fb58c44
1 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@ Style/SpaceAroundKeyword:
# Use a single space around operators.
Style/SpaceAroundOperators:
Enabled: false
Enabled: true
# Checks that the left block brace has or doesn't have space before it.
Style/SpaceBeforeBlockBraces: