From 5c0bcd7f6df1e4e3d2261ea15fe050a69d896fbc Mon Sep 17 00:00:00 2001 From: RodrigoDornelles Date: Thu, 10 Oct 2024 20:25:03 -0300 Subject: [PATCH] ci: fix clang format spec --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 908e709..7eb6042 100644 --- a/.clang-format +++ b/.clang-format @@ -5,7 +5,6 @@ IndentWidth: 4 UseTab: Never --- Language: Cpp -AllowShortBlocksOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never BreakBeforeBraces: Attach AllowShortBlocksOnASingleLine: true