aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-10 23:16:24 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-10 23:16:24 +0000
commit9c8fdffa71234a48410958e10f987b8bee52aa9b (patch)
treefde8637e8bb204675fa3cb4076ae1fe44e0c4a0d /.scalafmt.conf
parent089f14a261b4766cb44140d768b5ff81958ec4e3 (diff)
downloadmagnolia-9c8fdffa71234a48410958e10f987b8bee52aa9b.tar.gz
magnolia-9c8fdffa71234a48410958e10f987b8bee52aa9b.tar.bz2
magnolia-9c8fdffa71234a48410958e10f987b8bee52aa9b.zip
Scalafmt changes
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
+
+