Commit 37f05e67d87518a26ab7f50da8c39d9c9a0570db
1 parent
7a20878f
Remove AttributeMacros from .clang-format
I was using AttributeMacros incorrectly, and a recent update to clang-format broke the formatting.
Showing
1 changed file
with
0 additions
and
3 deletions
.clang-format
| ... | ... | @@ -10,9 +10,6 @@ AlignOperands: DontAlign |
| 10 | 10 | AllowShortFunctionsOnASingleLine: None |
| 11 | 11 | AlwaysBreakAfterReturnType: AllDefinitions |
| 12 | 12 | AlwaysBreakTemplateDeclarations: Yes |
| 13 | -AttributeMacros: | |
| 14 | - - QPDF_DLL | |
| 15 | - - QPDF_DLL_CLASS | |
| 16 | 13 | BinPackArguments: false |
| 17 | 14 | BinPackParameters: false |
| 18 | 15 | BraceWrapping: | ... | ... |