From ba71de623060c98237166f7f0499fd9a051e21eb Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Wed, 6 Nov 2019 15:24:41 +0100 Subject: [PATCH] Updated format file. --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index a15ddf8..33a6584 100644 --- a/.clang-format +++ b/.clang-format @@ -61,8 +61,8 @@ IncludeCategories: - Regex: '.*' Priority: 1 IncludeIsMainRegex: '(Test)?$' -IndentCaseLabels: false -IndentPPDirectives: AfterHash +IndentCaseLabels: true +IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: false KeepEmptyLinesAtTheStartOfBlocks: true -- 2.7.4