From ba4b5a38e11132cda20ac31688e47765d6a3025b Mon Sep 17 00:00:00 2001 From: Alex Dutka <97711898+dutkalex@users.noreply.github.com> Date: Sat, 18 May 2024 17:09:59 +0200 Subject: [PATCH] formatting --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 30ce9e43..f0aec683 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ #Official Tool: clang-format version 14.0.0 BasedOnStyle: google SortIncludes: false -SortUsingDeclarations: Never +SortUsingDeclarations: false AlignConsecutiveAssignments: true AllowShortCaseLabelsOnASingleLine: true AllowShortIfStatementsOnASingleLine: true