File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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.3.2 "
6
+ version = "3.4.0 "
7
7
docstrings.style = AsteriskSpace
8
8
project.git = true
9
9
project.excludePaths = [
@@ -28,7 +28,7 @@ optIn.breakChainOnFirstMethodDot = false
28
28
newlines.avoidForSimpleOverflow = [tooLong , punct , slc ]
29
29
30
30
indent.callSite = 4
31
- indentOperator.topLevelOnly = false
31
+ indentOperator.exemptScope = aloneArgOrBody
32
32
indentOperator.include = ".*"
33
33
indentOperator.exclude = "^(?:&&|\\ |\\ ||\\ +)$"
34
34
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
HERE=" ` dirname $0 ` "
6
- VERSION=" 3.3.2 "
6
+ VERSION=" 3.4.0 "
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