aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-23 22:38:27 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-23 23:11:38 +0200
commit37f05e67d87518a26ab7f50da8c39d9c9a0570db (patch)
tree2c219a65cf5ffa62f667e00d894567b93ffa3b6c /.clang-format
parent7a20878fdf756ba63c1fa3376325839e6420fbef (diff)
downloadqpdf-37f05e67d87518a26ab7f50da8c39d9c9a0570db.tar.zst
Remove AttributeMacros from .clang-format
I was using AttributeMacros incorrectly, and a recent update to clang-format broke the formatting.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index e9ffa627..690d724b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,9 +10,6 @@ AlignOperands: DontAlign
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterReturnType: AllDefinitions
AlwaysBreakTemplateDeclarations: Yes
-AttributeMacros:
- - QPDF_DLL
- - QPDF_DLL_CLASS
BinPackArguments: false
BinPackParameters: false
BraceWrapping: