clang-format: do not indent extern blocks
This commit is contained in:
parent
85e68c9abb
commit
ddb67325c4
2 changed files with 48 additions and 48 deletions
|
@ -118,7 +118,7 @@ IncludeIsMainSourceRegex: ''
|
|||
IndentAccessModifiers: false
|
||||
IndentCaseBlocks: false
|
||||
IndentCaseLabels: false
|
||||
IndentExternBlock: AfterExternBlock
|
||||
IndentExternBlock: NoIndent
|
||||
IndentGotoLabels: true
|
||||
IndentPPDirectives: None
|
||||
IndentRequiresClause: true
|
||||
|
|
Loading…
Reference in a new issue