Update .clang-format

Update clang.format to keep formatting of hashes in include file to optimize readabilaty.
pull/3020/head
Kim Kulling 2020-02-19 10:42:30 +01:00 committed by GitHub
parent 10c84c9226
commit 8d6d8e2e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ IncludeCategories:
Priority: 3
# IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: true
# IndentPPDirectives: None
IndentPPDirectives: AfterHash
IndentWidth: 4
# IndentWrappedFunctionNames: false
# JavaScriptQuotes: Leave