Merge pull request #665 from sgmap/rubocop_enable_indentation_with

Rubocop: enable indentation width rule
This commit is contained in:
LeSim 2017-08-28 13:37:01 +02:00 committed by GitHub
commit 740cc7dc3f
6 changed files with 8 additions and 8 deletions

View file

@ -110,7 +110,7 @@ Layout/IndentationConsistency:
Enabled: false
Layout/IndentationWidth:
Enabled: false
Enabled: true
Layout/InitialIndentation:
Enabled: false