Skip to content

Commit a280948

Browse files
committed
fix: set default import order as keep in scalafix since conflicted with scalafmt configuration
1 parent deefea8 commit a280948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/io/github/tassiluca/scalaextras/.scalafix.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ triggered.rules = [
2525

2626
OrganizeImports {
2727
targetDialect = Auto
28-
expandRelative = true
2928
groups = [
3029
"re:javax?\\."
3130
"scala."
3231
"scala.meta."
3332
"*"
3433
]
34+
importsOrder = Keep
35+
importSelectorsOrder = Keep
3536
groupedImports = AggressiveMerge
3637
coalesceToWildcardImportThreshold = 3
3738
}

0 commit comments

Comments
 (0)