From b182a294cd2072481d62971a3e9322af62d1bb3f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 2 Sep 2023 14:06:21 +0200 Subject: [PATCH] clang-format: disable include (and import) sorting --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index d48bed8..1bd68c9 100644 --- a/.clang-format +++ b/.clang-format @@ -78,7 +78,6 @@ IndentWidth: 4 IndentWrappedFunctionNames: false #InsertBraces: false InsertTrailingCommas: Wrapped -JavaImportGroups: ["java"] JavaScriptQuotes: Double JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: false @@ -94,7 +93,7 @@ ReflowComments: true #RequiresClausePosition: OwnLine #RequiresExpressionIndentation: OuterScope SeparateDefinitionBlocks: Always -SortIncludes: CaseInsensitive +SortIncludes: false SortJavaStaticImport: Before SortUsingDeclarations: true SpaceAfterCStyleCast: true