diff --git a/.clang-format b/.clang-format index a81bd73..6c4ac7f 100644 --- a/.clang-format +++ b/.clang-format @@ -95,8 +95,8 @@ IncludeCategories: IncludeIsMainRegex: '(Test)?$' IncludeIsMainSourceRegex: '' IndentAccessModifiers: false -IndentCaseLabels: false -IndentCaseBlocks: false +IndentCaseLabels: true +IndentCaseBlocks: true IndentGotoLabels: true IndentPPDirectives: None IndentExternBlock: AfterExternBlock