diff --git a/.clang-format b/.clang-format index ccf13285..9b1ee9c2 100644 --- a/.clang-format +++ b/.clang-format @@ -38,7 +38,7 @@ ExperimentalAutoDetectBinPacking: true FixNamespaceComments: true IncludeBlocks: Preserve IndentCaseLabels: false -IndentPPDirectives: AfterHash +IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: true KeepEmptyLinesAtTheStartOfBlocks: true