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 3d8c880 commit 3e63222Copy full SHA for 3e63222
.scalafmt.conf
@@ -1,3 +1,4 @@
1
+version = "3.8.3"
2
runner.dialect = scala213
3
align.openParenCallSite = false
4
align.openParenDefnSite = false
@@ -12,4 +13,5 @@ rewrite.rules = [
12
13
PreferCurlyFors,
14
SortImports
15
]
16
+indentOperator.topLevelOnly = true
17
lineEndings = preserve
test/scalafmt/.scalafmt.conf
maxColumn = 40
test_cross_build/scalafmt/.scalafmt2.conf
test_cross_build/scalafmt/.scalafmt3.conf
runner.dialect = scala3
0 commit comments