We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196df9e commit e06cc0fCopy full SHA for e06cc0f
.scalafmt.conf
@@ -0,0 +1,10 @@
1
+style = IntelliJ
2
+maxColumn = 100
3
+align.tokens = []
4
+project.git = true
5
+runner.dialect = Scala211
6
+align.openParenCallSite=true
7
+align.openParenDefnSite=true
8
+project.excludeFilters = [
9
+ build.sbt
10
+]
0 commit comments