Change the empty block style to have space inside of the block

This commit is contained in:
Rafael Mendonça França 2018-09-25 13:18:20 -04:00
parent d34bd0d2d5
commit f679933daa
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
60 changed files with 142 additions and 141 deletions

@ -137,6 +137,7 @@ Layout/SpaceBeforeBlockBraces:
# Use `foo { bar }` not `foo {bar}`.
Layout/SpaceInsideBlockBraces:
Enabled: true
EnforcedStyleForEmptyBraces: space
# Use `{ a: 1 }` not `{a:1}`.
Layout/SpaceInsideHashLiteralBraces: