[clang-format] Add InsertNewlineAtEOF to .clang-format files

Also, reformat all clang-format related files.

Differential Revision: https://reviews.llvm.org/D153208
This commit is contained in:
Owen Pan 2023-06-17 15:28:49 -07:00
parent c20d81bd63
commit bca11bafba
5 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true

View File

@ -1,4 +1,5 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true

View File

@ -1,4 +1,5 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true

View File

@ -1,4 +1,5 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true

View File

@ -259,4 +259,4 @@ TEST_F(FormatTestMacroExpansion,
} // namespace
} // namespace test
} // namespace format
} // namespace clang
} // namespace clang