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
|
||||
|
||||
Layout/IndentationWidth:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Layout/InitialIndentation:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue