diff --git a/.rubocop.yml b/.rubocop.yml index ad460f299..09937e3d9 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