diff --git a/.rubocop.yml b/.rubocop.yml index e4cc9e0..5378101 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,8 @@ Layout/EmptyLinesAroundClassBody: EnforcedStyle: 'empty_lines_except_namespace' Layout/EmptyLinesAroundModuleBody: EnforcedStyle: 'empty_lines_except_namespace' +Layout/FirstHashElementIndentation: + EnforcedStyle: 'consistent' Metrics/ClassLength: Max: 150 Style/ClassVars: