diff --git a/.rubocop.yml b/.rubocop.yml index 884d02ce8..b82f7cc32 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -32,6 +32,9 @@ Layout/ClosingParenthesisIndentation: Layout/CommentIndentation: Enabled: true +Layout/DefEndAlignment: + Enabled: true + Layout/ElseAlignment: Enabled: true