From e2e91ccc04f630f7f12171f2fc8668e6c538af2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Sun, 20 Jun 2021 08:06:23 +0200 Subject: indent case labels --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index e78d3daf..6f287c3c 100644 --- a/.clang-format +++ b/.clang-format @@ -8,7 +8,7 @@ TabWidth: 4 AlignAfterOpenBracket: DontAlign Cpp11BracedListStyle: false BreakStringLiterals: false -IndentCaseLabels: false +IndentCaseLabels: true BinPackArguments: false BinPackParameters: false AlignTrailingComments: false -- cgit v1.2.3