diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:59:28 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-02 21:59:28 -0800 |
commit | 61cc6a9244f316f684cd887febd9dae1030a04b0 (patch) | |
tree | 96e9335bf6348a0ac3375dbab6fe39bbe9e6d3e7 /.rubocop.yml | |
parent | d04344373b899c1e54948ca46478f7b907a576d2 (diff) | |
download | gitlab-ce-61cc6a9244f316f684cd887febd9dae1030a04b0.tar.gz |
Rubocop: indentation fixes Yay!!!
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 965a52c7552..a4b51008194 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: >- |