Browse Source

restore r18851 lost by r20171 (#32530)

git-svn-id: http://svn.redmine.org/redmine/trunk@20189 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 years ago
parent
commit
201412e5e6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .rubocop.yml

+ 2
- 1
.rubocop.yml View File

@@ -45,7 +45,8 @@ Layout/SpaceBeforeBlockBraces:
Enabled: false

Layout/SpaceInsideBlockBraces:
Enabled: false
EnforcedStyle: no_space
SpaceBeforeBlockParameters: false

Layout/SpaceInsideHashLiteralBraces:
Enabled: false

Loading…
Cancel
Save