mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-05 23:02:27 +00:00
[clang] Partially revert "Disable a few formatting options for test/"
The changes to "AlignTrailingComments" and "CommentPragmas" did not result in what I expected (just leave the special comments alone). Instead now the following: void test() { int i; // expected-error // expected-warning } is formatted into: void test() { int i; // expected-error // expected-warning } which is even worse.
This commit is contained in:
parent
617787ea77
commit
7b5bddfd03
@ -1,5 +1,3 @@
|
|||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
ColumnLimit: 0
|
ColumnLimit: 0
|
||||||
AlignTrailingComments: false
|
|
||||||
CommentPragmas: "(^ ?CHECK|^ ?expected-)"
|
|
||||||
AlwaysBreakTemplateDeclarations: No
|
AlwaysBreakTemplateDeclarations: No
|
||||||
|
Loading…
x
Reference in New Issue
Block a user