aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafmt-example/.scalafmt.conf
diff options
context:
space:
mode:
authorrockjam <rockjam@actor.im>2016-10-02 19:34:10 +0300
committerrockjam <rockjam@actor.im>2016-10-02 23:56:34 +0300
commitaea470195de6cb8f0111e5908917d64889f3c753 (patch)
tree18d537835d16e08afb23706b8546045da4da9f9f /examples/scalafmt-example/.scalafmt.conf
parent3e35d0809240a3379dd3d71d42655e00b9cff421 (diff)
downloadcbt-aea470195de6cb8f0111e5908917d64889f3c753.tar.gz
cbt-aea470195de6cb8f0111e5908917d64889f3c753.tar.bz2
cbt-aea470195de6cb8f0111e5908917d64889f3c753.zip
upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config file
Diffstat (limited to 'examples/scalafmt-example/.scalafmt.conf')
-rw-r--r--examples/scalafmt-example/.scalafmt.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/scalafmt-example/.scalafmt.conf b/examples/scalafmt-example/.scalafmt.conf
new file mode 100644
index 0000000..4fc0088
--- /dev/null
+++ b/examples/scalafmt-example/.scalafmt.conf
@@ -0,0 +1,11 @@
+style: defaultWithAlign
+danglingParentheses: true
+
+spaces {
+ inImportCurlyBraces: true
+}
+
+rewriteTokens {
+ "->": "→"
+ "=>": "⇒"
+}