Skip to content

Commit a101c61

Browse files
Update scalafmt-core to 3.4.2 (#372)
1 parent 2626024 commit a101c61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.scalafmt.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
version=2.7.5
1+
version=3.4.2
2+
runner.dialect = scala213
23
align.openParenCallSite = true
34
align.openParenDefnSite = true
45
maxColumn = 120
56
continuationIndent.defnSite = 2
67
assumeStandardLibraryStripMargin = true
7-
danglingParentheses = true
8+
danglingParentheses.preset = true
89
rewrite.rules = [AsciiSortImports, AvoidInfix, RedundantBraces, RedundantParens, SortModifiers]
910
docstrings = JavaDoc
1011
newlines.afterCurlyLambda = preserve

0 commit comments

Comments
 (0)