Remove AttributeMacros from .clang-format

I was using AttributeMacros incorrectly, and a recent update to
clang-format broke the formatting.
This commit is contained in:
Jay Berkenbilt 2022-04-23 16:38:27 -04:00
parent 7a20878fdf
commit 37f05e67d8
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ AlignOperands: DontAlign
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterReturnType: AllDefinitions
AlwaysBreakTemplateDeclarations: Yes
AttributeMacros:
- QPDF_DLL
- QPDF_DLL_CLASS
BinPackArguments: false
BinPackParameters: false
BraceWrapping: