.clang-format: indent switch cases

This commit is contained in:
Gautier Pelloux-Prayer 2015-07-16 12:00:01 +02:00
parent 0fedaa2ac6
commit 298dec5948

View file

@ -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