ealanos: Don't indent preprocessor directives.

This commit is contained in:
Michael Mueller
2025-06-17 19:30:28 +02:00
parent 2449980a7f
commit ddce0c8ce2

View File

@@ -34,7 +34,7 @@ IndentCaseBlocks: true
IndentExternBlock: Indent IndentExternBlock: Indent
IndentWrappedFunctionNames: true IndentWrappedFunctionNames: true
IndentAccessModifiers: true IndentAccessModifiers: true
IndentPPDirectives: BeforeHash IndentPPDirectives: None
UseTab: AlignWithSpaces UseTab: AlignWithSpaces
LambdaBodyIndentation: Signature LambdaBodyIndentation: Signature
Language: Cpp Language: Cpp