diff --git a/.rubocop.yml b/.rubocop.yml index 2bf64ceb0..549bf8a6c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,9 @@ Layout/IndentationConsistency: Layout/EndOfLine: EnforcedStyle: lf +Layout/TrailingBlankLines: + Enabled: true + Layout/TrailingWhitespace: Enabled: true