diff --git a/.clang-format b/.clang-format index 8fdb094..5049668 100644 --- a/.clang-format +++ b/.clang-format @@ -53,6 +53,10 @@ Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false FixNamespaceComments: true +ForEachMacros: + - foreach + - Q_FOREACH + - BOOST_FOREACH IncludeBlocks: Regroup IndentCaseLabels: false IndentPPDirectives: BeforeHash