diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index d6cfcb03bc..7a6800c76b 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -19,6 +19,11 @@ FormulaAuditStrict: NewFormulaAudit: Enabled: false +# make our hashes consistent +Layout/AlignHash: + EnforcedHashRocketStyle: table + EnforcedColonStyle: table + # `system` is a special case and aligns on second argument Layout/AlignParameters: Enabled: false