From 407041a10fdb572ec08a6381a6b081c18611efc7 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 22 Dec 2022 10:51:14 +0100 Subject: [PATCH] clang-format: enable SpaceBeforeParens option The option required clang-format >= 13, we now require >= 15, so it can be enabled. Signed-off-by: Gerard Marull-Paretas --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 03aca80a677..0fbebd89184 100644 --- a/.clang-format +++ b/.clang-format @@ -78,7 +78,7 @@ IncludeCategories: IndentCaseLabels: false IndentWidth: 8 InsertBraces: true -# SpaceBeforeParens: ControlStatementsExceptControlMacros # clang-format >= 13.0 +SpaceBeforeParens: ControlStatementsExceptControlMacros SortIncludes: false UseTab: Always WhitespaceSensitiveMacros: