mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
[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:
parent
c20d81bd63
commit
bca11bafba
@ -1,4 +1,5 @@
|
||||
BasedOnStyle: LLVM
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
LineEnding: LF
|
||||
RemoveBracesLLVM: true
|
||||
|
@ -1,4 +1,5 @@
|
||||
BasedOnStyle: LLVM
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
LineEnding: LF
|
||||
RemoveBracesLLVM: true
|
||||
|
@ -1,4 +1,5 @@
|
||||
BasedOnStyle: LLVM
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
LineEnding: LF
|
||||
RemoveBracesLLVM: true
|
||||
|
@ -1,4 +1,5 @@
|
||||
BasedOnStyle: LLVM
|
||||
InsertBraces: true
|
||||
InsertNewlineAtEOF: true
|
||||
LineEnding: LF
|
||||
RemoveBracesLLVM: true
|
||||
|
@ -259,4 +259,4 @@ TEST_F(FormatTestMacroExpansion,
|
||||
} // namespace
|
||||
} // namespace test
|
||||
} // namespace format
|
||||
} // namespace clang
|
||||
} // namespace clang
|
||||
|
Loading…
Reference in New Issue
Block a user