clang-format: disable include (and import) sorting

This commit is contained in:
LordMZTE 2023-09-02 14:06:21 +02:00
parent a13b04e101
commit b182a294cd
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -78,7 +78,6 @@ IndentWidth: 4
IndentWrappedFunctionNames: false IndentWrappedFunctionNames: false
#InsertBraces: false #InsertBraces: false
InsertTrailingCommas: Wrapped InsertTrailingCommas: Wrapped
JavaImportGroups: ["java"]
JavaScriptQuotes: Double JavaScriptQuotes: Double
JavaScriptWrapImports: true JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: false KeepEmptyLinesAtTheStartOfBlocks: false
@ -94,7 +93,7 @@ ReflowComments: true
#RequiresClausePosition: OwnLine #RequiresClausePosition: OwnLine
#RequiresExpressionIndentation: OuterScope #RequiresExpressionIndentation: OuterScope
SeparateDefinitionBlocks: Always SeparateDefinitionBlocks: Always
SortIncludes: CaseInsensitive SortIncludes: false
SortJavaStaticImport: Before SortJavaStaticImport: Before
SortUsingDeclarations: true SortUsingDeclarations: true
SpaceAfterCStyleCast: true SpaceAfterCStyleCast: true