Rubocop: indentation fixes Yay!!!

This commit is contained in:
Dmitriy Zaporozhets 2015-02-02 21:59:28 -08:00
parent d04344373b
commit 61cc6a9244
8 changed files with 33 additions and 33 deletions

View file

@ -283,12 +283,12 @@ Style/IfWithSemicolon:
Style/IndentationConsistency:
Description: 'Keep indentation straight.'
Enabled: false
Enabled: true
Style/IndentationWidth:
Description: 'Use 2 spaces for indentation.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#spaces-indentation'
Enabled: false
Enabled: true
Style/IndentArray:
Description: >-