[clang-format] more compact extern c
This commit is contained in:
parent
eb16e7a647
commit
69d682ef02
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ BraceWrapping:
|
|||
AfterFunction: true # see AllowShortFunctionsOnASingleLine
|
||||
AfterNamespace: false
|
||||
AfterStruct: true
|
||||
AfterExternBlock: true
|
||||
AfterExternBlock: false
|
||||
BeforeCatch: false
|
||||
BeforeElse: true
|
||||
BeforeLambdaBody: false
|
||||
|
|
Loading…
Reference in a new issue