From 9c8fdffa71234a48410958e10f987b8bee52aa9b Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Fri, 10 Nov 2017 23:16:24 +0000 Subject: Scalafmt changes --- .scalafmt.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .scalafmt.conf (limited to '.scalafmt.conf') 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 + + -- cgit v1.2.3