Skip to content

Commit 5ac784d

Browse files
committed
Revert "[clang-format][NFC] Don't use clang-format style in config files"
This reverts commit c69ec70, which has been obsolete since commit dec6322 because the clang-format style was added in version 18.
1 parent a02b79f commit 5ac784d

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
BasedOnStyle: LLVM
2-
InsertBraces: true
3-
InsertNewlineAtEOF: true
4-
LineEnding: LF
5-
RemoveBracesLLVM: true
6-
RemoveParentheses: ReturnStatement
1+
BasedOnStyle: clang-format

clang/lib/Format/.clang-format

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
BasedOnStyle: LLVM
2-
InsertBraces: true
3-
InsertNewlineAtEOF: true
4-
LineEnding: LF
5-
RemoveBracesLLVM: true
6-
RemoveParentheses: ReturnStatement
1+
BasedOnStyle: clang-format
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
BasedOnStyle: LLVM
2-
InsertBraces: true
3-
InsertNewlineAtEOF: true
4-
LineEnding: LF
5-
RemoveBracesLLVM: true
6-
RemoveParentheses: ReturnStatement
1+
BasedOnStyle: clang-format

clang/unittests/Format/.clang-format

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
BasedOnStyle: LLVM
2-
InsertBraces: true
3-
InsertNewlineAtEOF: true
4-
LineEnding: LF
5-
RemoveBracesLLVM: true
6-
RemoveParentheses: ReturnStatement
1+
BasedOnStyle: clang-format

0 commit comments

Comments
 (0)