From 8234e8316b27fb3860215196302fc74f046f10f1 Mon Sep 17 00:00:00 2001 From: RalfKonrad Date: Sat, 9 Jan 2021 17:40:13 +0100 Subject: [PATCH] IndentPPDirectives: AfterHash --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index b1104e6b34f..59046d0412f 100644 --- a/.clang-format +++ b/.clang-format @@ -50,5 +50,6 @@ BreakBeforeTernaryOperators: false ConstructorInitializerIndentWidth: 0 SortUsingDeclarations: false IndentCaseLabels: true +IndentPPDirectives: AfterHash ...