Merge pull request #10493 from obsidiansystems/cpp-indent-clang-format

Have `clang-format` indent conditional CPP
This commit is contained in:
John Ericson 2024-04-15 10:29:04 -04:00 committed by GitHub
commit 20f0472149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,3 +28,5 @@ EmptyLineBeforeAccessModifier: Leave
#PackConstructorInitializers: BinPack
BreakBeforeBinaryOperators: NonAssignment
AlwaysBreakBeforeMultilineStrings: true
IndentPPDirectives: AfterHash
PPIndentWidth: 2