diff --git a/.clang-format b/.clang-format index 42a2cc4..b1257f7 100644 --- a/.clang-format +++ b/.clang-format @@ -32,7 +32,7 @@ Cpp11BracedListStyle: 'false' FixNamespaceComments: 'true' IncludeBlocks: Regroup IndentCaseLabels: 'true' -IndentPPDirectives: BeforeHash +IndentPPDirectives: None IndentWrappedFunctionNames: 'false' KeepEmptyLinesAtTheStartOfBlocks: 'false' MaxEmptyLinesToKeep: '1'