Skip to content

Commit 58c7edf

Browse files
vitlindanicolasfara
authored andcommitted
fix: add configuration for import sort in scalafix
1 parent c9d65eb commit 58c7edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scalafix.conf

+2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ OrganizeImports {
3232
"dev.atedeg."
3333
]
3434
groupedImports = Keep
35+
importsOrder = Keep
36+
importSelectorsOrder = Keep
3537
coalesceToWildcardImportThreshold = 3
3638
}

0 commit comments

Comments
 (0)