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 576a671 commit 673398dCopy full SHA for 673398d
2 files changed
.scalafmt.conf
@@ -1,6 +1,11 @@
1
version = 3.8.6
2
runner.dialect = scala213
3
4
+assumeStandardLibraryStripMargin = true
5
+danglingParentheses.preset = true
6
+
7
+rewrite.rules = [SortImports, RedundantParens, SortModifiers]
8
9
newlines.beforeMultilineDef = keep
10
newlines.topLevelStatements = [before]
11
newlines.beforeCurlyLambdaParams = multilineWithCaseOnly
project/Common.scala
0 commit comments