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,9 +10,6 @@ AlignOperands: DontAlign | ||
| 10 | AllowShortFunctionsOnASingleLine: None | 10 | AllowShortFunctionsOnASingleLine: None |
| 11 | AlwaysBreakAfterReturnType: AllDefinitions | 11 | AlwaysBreakAfterReturnType: AllDefinitions |
| 12 | AlwaysBreakTemplateDeclarations: Yes | 12 | AlwaysBreakTemplateDeclarations: Yes |
| 13 | -AttributeMacros: | ||
| 14 | - - QPDF_DLL | ||
| 15 | - - QPDF_DLL_CLASS | ||
| 16 | BinPackArguments: false | 13 | BinPackArguments: false |
| 17 | BinPackParameters: false | 14 | BinPackParameters: false |
| 18 | BraceWrapping: | 15 | BraceWrapping: |