Skip to content

Commit baa90b2

Browse files
authored
config/default: Fix Layout/IndentationStyle configuration
- The alphabetization script didn't cope very well with all the extra options for some reason.
1 parent e48f452 commit baa90b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ Layout/HeredocIndentation:
177177
Enabled: false
178178

179179
Layout/IndentationConsistency:
180+
Enabled: false
181+
182+
Layout/IndentationStyle:
180183
Enabled: true
181184
EnforcedStyle: spaces
182185
IndentationWidth: 2
183186

184-
Layout/IndentationStyle:
185-
Enabled: false
186-
187187
Layout/IndentationWidth:
188188
Enabled: true
189189
Width: 2

0 commit comments

Comments
 (0)