diff --git a/.scalafmt.conf b/.scalafmt.conf index 67ab917f..76e519eb 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,7 +1,6 @@ -version = 3.7.14 - +version = 3.7.17 runner.dialect = scala213 rewrite.trailingCommas.style = keep - +docstrings.style = Asterisk maxColumn = 120 diff --git a/pom.xml b/pom.xml index fff31f11..e201cebb 100644 --- a/pom.xml +++ b/pom.xml @@ -231,6 +231,20 @@ + + + com.diffplug.spotless + spotless-maven-plugin + 2.41.0 + + + + 3.7.17 + ${project.basedir}/.scalafmt.conf + + + + org.apache.maven.plugins