We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946fc5d commit 18a96baCopy full SHA for 18a96ba
.gitignore
@@ -1,4 +1,5 @@
1
/target/
2
/project/target/
3
+/project/project/target/
4
/.idea/
5
/.bsp/
.scalafmt.conf
@@ -0,0 +1,3 @@
+version = 3.0.0-RC6
+project.git = true
+trailingCommas = always
project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
0 commit comments