llvm-capstone/clang/tools/clang-format/.clang-format
Owen Pan c69ec700ad [clang-format][NFC] Don't use clang-format style in config files
The current CI doesn't use the latest clang-format and fails most
clang-format patches on the code formatting check. This patch
temporarily removes the clang-format style from the .clang-format
files.
2024-01-10 00:58:35 -08:00

7 lines
136 B
YAML

BasedOnStyle: LLVM
InsertBraces: true
InsertNewlineAtEOF: true
LineEnding: LF
RemoveBracesLLVM: true
RemoveParentheses: ReturnStatement