Change AlignHash rubocop preference to table

This commit is contained in:
John Backus 2016-03-19 13:51:21 -07:00
parent 7239a39dd9
commit c4dd8693cb
9 changed files with 49 additions and 45 deletions

View file

@ -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