Add newline at EOF (#1932)

This commit is contained in:
Ken Matsui 2024-01-30 18:43:30 -08:00 committed by GitHub
parent 674137e89d
commit 56a53165b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
58 changed files with 58 additions and 57 deletions

View File

@ -75,6 +75,7 @@ IndentCaseLabels: true
IndentPPDirectives: None
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertNewlineAtEOF: true
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: false