From b43e913b2c2a380ef59ed3046cac1f0f92b65a9d Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Sat, 26 Oct 2024 22:54:15 +0200 Subject: clang-format: always add braces --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 877a53b9..ca411edd 100644 --- a/.clang-format +++ b/.clang-format @@ -9,3 +9,4 @@ IndentPPDirectives: AfterHash SortIncludes: Never AllowShortEnumsOnASingleLine: false BinPackArguments: true +InsertBraces: true -- cgit v1.2.3-74-g34f1