From 0cf69f92d20dff954deb0037ab5acebeab6f375a Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Sun, 25 Apr 2021 13:43:02 -0500 Subject: [PATCH] clangformat: Indent case labels --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 33bf2a3..3f42b8d 100644 --- a/.clang-format +++ b/.clang-format @@ -79,7 +79,7 @@ IncludeCategories: SortPriority: 0 IncludeIsMainRegex: '(Test)?$' IncludeIsMainSourceRegex: '' -IndentCaseLabels: false +IndentCaseLabels: true IndentGotoLabels: true IndentPPDirectives: None IndentWidth: 2