Meta: Update .clang-format to indent preprocessor directives

This commit is contained in:
Riyyi
2022-07-22 15:32:09 +02:00
parent 8345f67c50
commit da5dce22e6
+1
View File
@@ -17,6 +17,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortLambdasOnASingleLine: All
AlwaysBreakTemplateDeclarations: Yes
IndentPPDirectives: BeforeHash
BraceWrapping:
AfterEnum: false