From bb232a9f095d0e8f78569bbeec815c6168fd097a Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 12 Jun 2024 16:07:35 +0200 Subject: [PATCH] Disable include sorting, since they are sensitive to order --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index b68024f..d531ad9 100644 --- a/.clang-format +++ b/.clang-format @@ -186,7 +186,7 @@ RequiresExpressionIndentation: OuterScope SeparateDefinitionBlocks: Leave ShortNamespaceLines: 1 SkipMacroDefinitionBody: false -SortIncludes: CaseSensitive +SortIncludes: false SortJavaStaticImport: Before SortUsingDeclarations: LexicographicNumeric SpaceAfterCStyleCast: false