aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
Diffstat (limited to '.scalafmt.conf')
-rw-r--r--.scalafmt.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/.scalafmt.conf b/.scalafmt.conf
new file mode 100644
index 0000000..92796ab
--- /dev/null
+++ b/.scalafmt.conf
@@ -0,0 +1,12 @@
+version = 1.3.0
+align = true
+maxColumn = 100
+continuationIndent.callSite = 2
+continuationIndent.defnSite = 2
+continuationIndent.extendSite = 4
+danglingParentheses = true
+align.openParenCallSite = true
+optIn.selfAnnotationNewline = false
+optIn.breakChainOnFirstMethodDot = false
+
+