Merge pull request #665 from sgmap/rubocop_enable_indentation_with
Rubocop: enable indentation width rule
This commit is contained in:
commit
740cc7dc3f
6 changed files with 8 additions and 8 deletions
|
@ -110,7 +110,7 @@ Layout/IndentationConsistency:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Layout/IndentationWidth:
|
Layout/IndentationWidth:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
|
|
||||||
Layout/InitialIndentation:
|
Layout/InitialIndentation:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Reference in a new issue