Change AlignHash rubocop preference to table
This commit is contained in:
parent
7239a39dd9
commit
c4dd8693cb
9 changed files with 49 additions and 45 deletions
|
@ -155,3 +155,7 @@ IndentArray:
|
|||
# My style is not supported
|
||||
MultilineMethodCallIndentation:
|
||||
Enabled: false
|
||||
|
||||
# Align keys and values in a multiline hash
|
||||
Style/AlignHash:
|
||||
EnforcedColonStyle: table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue