Enable `Layout/EndOfLine` to prevent \r\n is included in the future

Follow up to a1afc7726b.
This commit is contained in:
Ryuta Kamizono 2021-04-24 23:59:19 +09:00
parent aa7a8db604
commit c0c77e28ad
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ Layout/EndAlignment:
EnforcedStyleAlignWith: variable
AutoCorrect: true
Layout/EndOfLine:
Enabled: true
Layout/EmptyLineAfterMagicComment:
Enabled: true