mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 20:11:55 +01:00
clang-format: disable include (and import) sorting
This commit is contained in:
parent
a13b04e101
commit
b182a294cd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue