aboutsummaryrefslogtreecommitdiff
path: root/.scalafmt
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2016-12-19 12:32:18 -0500
committerStewart Stewart <stewinsalot@gmail.com>2016-12-19 12:32:18 -0500
commit8515d672a9fdbb0eb9038a96cee661828cafa61a (patch)
tree3f04b773de6cea3def3566d2ca4bdff9b78ace8b /.scalafmt
parent1702e1c44c45e36e2d6d289ef1b7d703f65ec422 (diff)
parent861ceb03e8faeb564dd027b13250b5604af8645f (diff)
downloaddriver-core-8515d672a9fdbb0eb9038a96cee661828cafa61a.tar.gz
driver-core-8515d672a9fdbb0eb9038a96cee661828cafa61a.tar.bz2
driver-core-8515d672a9fdbb0eb9038a96cee661828cafa61a.zip
Merge branch 'master' into implicit-companions
Diffstat (limited to '.scalafmt')
-rw-r--r--.scalafmt24
1 files changed, 0 insertions, 24 deletions
diff --git a/.scalafmt b/.scalafmt
deleted file mode 100644
index 5226b38..0000000
--- a/.scalafmt
+++ /dev/null
@@ -1,24 +0,0 @@
-# scalafmt sbt plugin config
-# refer to https://olafurpg.github.io/scalafmt/#Configuration for properties
-
---style defaultWithAlign # For pretty alignment.
---maxColumn 120 # For my wide 30" display.
-
---reformatDocstrings true
---scalaDocs
-
---continuationIndentCallSite 4
---continuationIndentDefnSite 4
-
---rewriteTokens ⇒;=>,←;<-
---danglingParentheses false
---spaceAfterTripleEquals true
---alignByArrowEnumeratorGenerator true
---binPackParentConstructors true
---allowNewlineBeforeColonInMassiveReturnTypes true
---spacesInImportCurlyBraces false
-
-# --alignByOpenParenCallSite <value>
-# --alignByOpenParenDefnSite <value>
-
- \ No newline at end of file