From 85f642edf3e3bb753492e2142b9ae5357f050710 Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 19 Mar 2026 02:09:51 +0100 Subject: [PATCH] refactor(clang-format): update insertbraces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index f7cfc80..8df5705 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,4 @@ IndentCaseLabels: true ColumnLimit: 120 PointerAlignment: Right AllowShortFunctionsOnASingleLine: None +InsertBraces: true