Update .clang-format

IndentPPDirectives: was wrong, it aligned preprocessor directives, that's differently to the old style.
presentation
Fabian Keßler 7 years ago committed by GitHub
parent dd560ad765
commit 8bb127655b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .clang-format

@ -38,7 +38,7 @@ ExperimentalAutoDetectBinPacking: true
FixNamespaceComments: true
IncludeBlocks: Preserve
IndentCaseLabels: false
IndentPPDirectives: AfterHash
IndentPPDirectives: None
IndentWidth: 4
IndentWrappedFunctionNames: true
KeepEmptyLinesAtTheStartOfBlocks: true

Loading…
Cancel
Save