Skip to content

Commit

Permalink
Fix rules for indenting multiline assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lliope committed Mar 14, 2015
1 parent 02754a1 commit d14104b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Style/MethodName:
Style/MultilineOperationIndentation:
Description: Checks indentation of binary operations that span more than one line.
Enabled: true
EnforcedStyle: aligned
EnforcedStyle: indented
SupportedStyles:
- aligned
- indented
Expand Down

0 comments on commit d14104b

Please sign in to comment.