We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe8f49 commit ad6eb17Copy full SHA for ad6eb17
.scalafix.conf
@@ -9,9 +9,11 @@ OrganizeImports {
9
]
10
importSelectorsOrder=Ascii
11
importsOrder=Ascii
12
- removeUnused=false
13
}
14
15
rules = [
16
OrganizeImports
17
+
18
+OrganizeImports.targetDialect = Scala3
19
+OrganizeImports.removeUnused = false
docker-compose.yml renamed to compose.yml
@@ -1,4 +1,3 @@
1
-version: "3.9"
2
services:
3
db:
4
image: postgres:14.5-alpine
0 commit comments