clang-format: do not indent extern blocks

This commit is contained in:
Florian Lüke 2025-01-05 20:20:30 +01:00
parent 85e68c9abb
commit ddb67325c4
2 changed files with 48 additions and 48 deletions

View file

@ -118,7 +118,7 @@ IncludeIsMainSourceRegex: ''
IndentAccessModifiers: false
IndentCaseBlocks: false
IndentCaseLabels: false
IndentExternBlock: AfterExternBlock
IndentExternBlock: NoIndent
IndentGotoLabels: true
IndentPPDirectives: None
IndentRequiresClause: true