mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 17:43:57 +00:00
7039f18d82
A column limit in the test folder can lead to trouble as the RUN, CHECK, etc. comments can potentially be broken over multiple lines changing their meaning. Without column limit, clang-format will simply keep the test author's line breaks. llvm-svn: 194248
3 lines
34 B
YAML
3 lines
34 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 0
|