From 16ae51d748da05343e5780009be1ede3257753bc Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 22 Feb 2024 20:29:59 +0100 Subject: [PATCH] style: `SortUsingDeclarations` disabled in .clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index ea1166d3..bbffcae1 100644 --- a/.clang-format +++ b/.clang-format @@ -209,7 +209,7 @@ QualifierAlignment: Left # ShortNamespaceLines: 1 # SortIncludes: CaseSensitive # SortJavaStaticImport: Before -# SortUsingDeclarations: LexicographicNumeric +SortUsingDeclarations: false # SpaceAfterCStyleCast: false # SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false