Merge pull request #838 from h1nk/master

Add missing final newlines
This commit is contained in:
dkanada 2020-02-23 10:39:15 +09:00 committed by GitHub
commit 6d71fd9772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
123 changed files with 123 additions and 123 deletions

View File

@ -8,7 +8,7 @@ rules:
brace-style: ["error"]
comma-dangle: ["error", "never"]
comma-spacing: ["error"]
eol-last: ["off"]
eol-last: ["error"]
indent: ["error", 4, { "SwitchCase": 1 }]
keyword-spacing: ["error"]
line-comment-position: ["off"]