mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 09:01:19 +00:00
c69ec700ad
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.
7 lines
136 B
YAML
7 lines
136 B
YAML
BasedOnStyle: LLVM
|
|
InsertBraces: true
|
|
InsertNewlineAtEOF: true
|
|
LineEnding: LF
|
|
RemoveBracesLLVM: true
|
|
RemoveParentheses: ReturnStatement
|