Skip to content

Commit

Permalink
Update EndAlignment and CaseIndentation style [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 1, 2014
1 parent c5518ad commit 356fcbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@ AccessModifierIndentation:
EmptyLinesAroundAccessModifier:
Enabled: true

# Align ends correctly
EndAlignment:
AlignWith: variable

# Indentation of when/else
CaseIndentation:
IndentWhenRelativeTo: end
IndentOneStep: false

Lambda:
Enabled: false

0 comments on commit 356fcbc

Please sign in to comment.