diff --git a/.clang-format b/.clang-format index ed05dd05..4a84d642 100644 --- a/.clang-format +++ b/.clang-format @@ -60,7 +60,7 @@ AllowShortFunctionsOnASingleLine: Inline SortIncludes: false # macros for which the opening brace stays attached. -ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ] +ForEachMacros: [ foreach, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ] # Break constructor initializers before the colon and after the commas. BreakConstructorInitializers: BeforeColon