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 9ba50fa commit 08be163Copy full SHA for 08be163
.scalafmt.conf
@@ -3,7 +3,7 @@
3
# settings is preferred over adding especially as
4
# the Scala language evolves and styles change.
5
# Test upgrades: $ scripts/scalafmt --test 2> diff.txt
6
-version = "3.0.6"
+version = "3.3.1"
7
docstrings.style = AsteriskSpace
8
project.git = true
9
project.excludePaths = [
scripts/scalafmt
set -e
HERE="`dirname $0`"
-VERSION="3.0.6"
+VERSION="3.3.1"
COURSIER="$HERE/.coursier"
SCALAFMT="$HERE/.scalafmt-$VERSION"
0 commit comments