mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 11:23:52 +00:00
![Bruno Ricci](/assets/img/avatar_default.png)
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.
4 lines
70 B
YAML
4 lines
70 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 0
|
|
AlwaysBreakTemplateDeclarations: No
|