From 298dec5948e3e9b31d49d3f554236b9128d62660 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 16 Jul 2015 12:00:01 +0200 Subject: [PATCH] .clang-format: indent switch cases --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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