mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-04 19:52:32 +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
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue