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 d5fc425 commit dd7afb9Copy full SHA for dd7afb9
.scalafmt.conf
@@ -2,3 +2,9 @@ version = "2.0.0-RC6"
2
3
# change to "always" after support for SBT 0.13 is dropped
4
trailingCommas = never
5
+
6
+rewrite.rules = [
7
+ AvoidInfix
8
+ SortModifiers
9
+ PreferCurlyFors
10
+]
0 commit comments