Skip to content

Commit

Permalink
Revert "[clang-format][NFC] Don't use clang-format style in config fi…
Browse files Browse the repository at this point in the history
…les"

This reverts commit c69ec70, which has been
obsolete since commit dec6322 because the clang-format style was added
in version 18.
  • Loading branch information
owenca committed Mar 16, 2024
1 parent a02b79f commit 5ac784d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
7 changes: 1 addition & 6 deletions clang/include/clang/Format/.clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true
RemoveParentheses: ReturnStatement
BasedOnStyle: clang-format
7 changes: 1 addition & 6 deletions clang/lib/Format/.clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true
RemoveParentheses: ReturnStatement
BasedOnStyle: clang-format
7 changes: 1 addition & 6 deletions clang/tools/clang-format/.clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true
RemoveParentheses: ReturnStatement
BasedOnStyle: clang-format
7 changes: 1 addition & 6 deletions clang/unittests/Format/.clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true
RemoveParentheses: ReturnStatement
BasedOnStyle: clang-format

0 comments on commit 5ac784d

Please sign in to comment.