From 69d682ef023013afe7be32891474fdfbaed13b59 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sun, 14 Aug 2022 22:26:10 +0200 Subject: [PATCH] [clang-format] more compact extern c --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ad4509ef2..09e930722 100644 --- a/.clang-format +++ b/.clang-format @@ -30,7 +30,7 @@ BraceWrapping: AfterFunction: true # see AllowShortFunctionsOnASingleLine AfterNamespace: false AfterStruct: true - AfterExternBlock: true + AfterExternBlock: false BeforeCatch: false BeforeElse: true BeforeLambdaBody: false