From 8bb127655b570c945c53f63634666762ed735b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ke=C3=9Fler?= Date: Fri, 28 Jun 2019 08:39:45 +0200 Subject: [PATCH] Update .clang-format IndentPPDirectives: was wrong, it aligned preprocessor directives, that's differently to the old style. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ccf13285..9b1ee9c2 100644 --- a/.clang-format +++ b/.clang-format @@ -38,7 +38,7 @@ ExperimentalAutoDetectBinPacking: true FixNamespaceComments: true IncludeBlocks: Preserve IndentCaseLabels: false -IndentPPDirectives: AfterHash +IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: true KeepEmptyLinesAtTheStartOfBlocks: true