[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
|
AfterFunction: true # see AllowShortFunctionsOnASingleLine
|
||||||
AfterNamespace: false
|
AfterNamespace: false
|
||||||
AfterStruct: true
|
AfterStruct: true
|
||||||
AfterExternBlock: true
|
AfterExternBlock: false
|
||||||
BeforeCatch: false
|
BeforeCatch: false
|
||||||
BeforeElse: true
|
BeforeElse: true
|
||||||
BeforeLambdaBody: false
|
BeforeLambdaBody: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue