From da5dce22e6c5bee9fc73a860b4df254d135d5ca1 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 22 Jul 2022 15:32:09 +0200 Subject: [PATCH] Meta: Update .clang-format to indent preprocessor directives --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c8891ee..d3078a9 100644 --- a/.clang-format +++ b/.clang-format @@ -17,6 +17,7 @@ AllowAllParametersOfDeclarationOnNextLine: false AllowShortLambdasOnASingleLine: All AlwaysBreakTemplateDeclarations: Yes +IndentPPDirectives: BeforeHash BraceWrapping: AfterEnum: false