aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2017-09-25 18:05:45 -0700
committerStewart Stewart <stewinsalot@gmail.com>2017-09-25 18:05:45 -0700
commit47dd0ecdbc09dc4d7e739ad1c778613950da385f (patch)
tree03769749fa6538ea8d3c146e5f2991bf2503db9a /.scalafmt.conf
parent297e555de70e32951ba08a7c04a3f698d9ec014e (diff)
downloadslick-codegen-plugin-47dd0ecdbc09dc4d7e739ad1c778613950da385f.tar.gz
slick-codegen-plugin-47dd0ecdbc09dc4d7e739ad1c778613950da385f.tar.bz2
slick-codegen-plugin-47dd0ecdbc09dc4d7e739ad1c778613950da385f.zip
ignore formatting config
Diffstat (limited to '.scalafmt.conf')
-rw-r--r--.scalafmt.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/.scalafmt.conf b/.scalafmt.conf
deleted file mode 100644
index 8a5d14f..0000000
--- a/.scalafmt.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# scalafmt sbt plugin config
-# refer to https://olafurpg.github.io/scalafmt/#Configuration for properties
-
-project.git = true
-
-style = defaultWithAlign
-maxColumn = 120
-
-docstrings = ScalaDoc
-
-continuationIndent.callSite = 2
-continuationIndent.defnSite = 8
-
-rewriteTokens: {
- "⇒" = "=>"
- "←" = "<-"
-}
-danglingParentheses = false
-align.arrowEnumeratorGenerator = true
-align.openParenCallSite = true
-spaces.afterTripleEquals = true
-spaces.inImportCurlyBraces = false
-newlines.alwaysBeforeCurlyBraceLambdaParams = false
-newlines.sometimesBeforeColonInMethodReturnType = false
-binPack.parentConstructors = true
-assumeStandardLibraryStripMargin = true
-
-# align.openParenCallSite = <value>
-# align.openParenDefnSite = <value>