Browse Source

Meta: Update .clang-format to indent preprocessor directives

master
Riyyi 2 years ago
parent
commit
da5dce22e6
  1. 1
      .clang-format

1
.clang-format

@ -17,6 +17,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortLambdasOnASingleLine: All
AlwaysBreakTemplateDeclarations: Yes
IndentPPDirectives: BeforeHash
BraceWrapping:
AfterEnum: false

Loading…
Cancel
Save