Merge pull request #3134 from consul/backport-indent_private_methods
Add rubocop rule to indent private methods
This commit is contained in:
@@ -18,6 +18,9 @@ AllCops:
|
||||
Layout/IndentationConsistency:
|
||||
EnforcedStyle: rails
|
||||
|
||||
Layout/IndentationWidth:
|
||||
Enabled: true
|
||||
|
||||
Layout/EndOfLine:
|
||||
EnforcedStyle: lf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user