[clang-format] more compact extern c

This commit is contained in:
Mathis Logemann 2022-08-14 22:26:10 +02:00
parent eb16e7a647
commit 69d682ef02

View file

@ -30,7 +30,7 @@ BraceWrapping:
AfterFunction: true # see AllowShortFunctionsOnASingleLine
AfterNamespace: false
AfterStruct: true
AfterExternBlock: true
AfterExternBlock: false
BeforeCatch: false
BeforeElse: true
BeforeLambdaBody: false