diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index e169061ba..3df452852 100644 --- a/.clang-format +++ b/.clang-format @@ -55,7 +55,7 @@ DerivePointerAlignment: true DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true -# ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] +ForEachMacros: [ Q_FOREACH_THIS_LIST_MUST_BE_NON_EMPTY ] IndentCaseLabels: true IndentPPDirectives: None IndentWidth: 2 |
