From e1f4a75cd36ec91a0b7454ba9fe1554f6338fb27 Mon Sep 17 00:00:00 2001 From: _N0x Date: Sun, 20 Feb 2022 20:26:17 +0100 Subject: [PATCH] fixed some isses with clang-format --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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