Skip to content

Commit 640c747

Browse files
committed
etc: Add clang-format rule for preprocessor indentation.
1 parent 98ade79 commit 640c747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ IndentCaseBlocks: false
8181
IndentCaseLabels: false
8282
IndentExternBlock: NoIndent
8383
IndentGotoLabels: false
84-
IndentPPDirectives: None
84+
IndentPPDirectives: BeforeHash
8585
IndentWidth: 4
8686
IndentWrappedFunctionNames: false
8787
# clang-format-16 InsertNewlineAtEOF: true

0 commit comments

Comments
 (0)