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 4c47266 commit cf56cb0Copy full SHA for cf56cb0
build.gradle
@@ -98,6 +98,9 @@ subprojects {
98
java {
99
googleJavaFormat()
100
}
101
+ scala {
102
+ scalafmt('2.6.3').configFile(rootProject.file('scalafmt.conf'))
103
+ }
104
105
tasks.check.dependsOn spotlessCheck
106
scalafmt.conf
@@ -0,0 +1,3 @@
1
+trailingCommas = multiple
2
+rewrite.rules = [ExpandImportSelectors, SortModifiers]
3
+newlines.avoidForSimpleOverflow = [tooLong]
0 commit comments