Skip to content

Commit

Permalink
Set .clang-format IndentPPDirectives to BeforeHash
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Apr 18, 2020
1 parent 925913f commit 331d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ IncludeCategories:
Priority: 3
IncludeIsMainRegex: '([-_](test|unittest))?$'
IndentCaseLabels: true
IndentPPDirectives: None
IndentPPDirectives: BeforeHash
IndentWidth: 4
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
Expand Down

0 comments on commit 331d1bb

Please sign in to comment.