From 37f05e67d87518a26ab7f50da8c39d9c9a0570db Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 23 Apr 2022 16:38:27 -0400 Subject: Remove AttributeMacros from .clang-format I was using AttributeMacros incorrectly, and a recent update to clang-format broke the formatting. --- .clang-format | 3 --- 1 file changed, 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: -- cgit v1.2.3-54-g00ecf