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 1790af4 commit bf4e35cCopy full SHA for bf4e35c
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version=2.7.5
+version=3.0.0
2
style = defaultWithAlign
3
maxColumn = 100
4
@@ -15,9 +15,9 @@ align {
15
openParenDefnSite = false
16
}
17
18
-docstrings = JavaDoc
+docstrings.style = Asterisk
19
20
rewrite {
21
rules = [SortImports, RedundantBraces]
22
redundantBraces.maxLines = 1
23
-}
+}
build.sbt
@@ -1,6 +1,6 @@
-ThisBuild / organization := "org.scala-exercises"
+ThisBuild / organization := "org.scala-exercises"
ThisBuild / githubOrganization := "47degrees"
-ThisBuild / scalaVersion := "2.13.3"
+ThisBuild / scalaVersion := "2.13.3"
ThisBuild / crossScalaVersions := Seq("2.13.3", "2.12.11")
5
6
publish / skip := true
0 commit comments