File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
/linker-interface /** /scalajs-logging-src-jars /
8
8
/node_modules /
9
9
10
- # script generated
10
+ # scalafmt generated
11
11
scripts /.coursier
12
12
scripts /.scalafmt *
13
13
Original file line number Diff line number Diff line change 3
3
# settings is preferred over adding especially as
4
4
# the Scala language evolves and styles change.
5
5
# Test upgrades: $ scripts/scalafmt --test 2> diff.txt
6
- version = "3.5.9 "
6
+ version = "3.7.14 "
7
7
docstrings.style = AsteriskSpace
8
8
project.git = true
9
9
project.excludePaths = [
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
HERE=" ` dirname $0 ` "
6
- VERSION=" 3.5.9 "
6
+ VERSION=$( sed -nre " s#\s*version[^0-9]+([0-9.]+)#\1#p " $HERE /../.scalafmt.conf )
7
7
COURSIER=" $HERE /.coursier"
8
8
SCALAFMT=" $HERE /.scalafmt-$VERSION "
9
9
You can’t perform that action at this time.
0 commit comments