diff --git a/.clang-format b/.clang-format index 769b266b1..165b1f687 100644 --- a/.clang-format +++ b/.clang-format @@ -30,7 +30,7 @@ DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ] -IndentCaseLabels: false +IndentCaseLabels: true IndentFunctionDeclarationAfterType: false IndentWidth: 4 IndentWrappedFunctionNames: false