From aea470195de6cb8f0111e5908917d64889f3c753 Mon Sep 17 00:00:00 2001 From: rockjam Date: Sun, 2 Oct 2016 19:34:10 +0300 Subject: upgrade scalafmt 0.3.1 -> 0.4.2; load scalafmt config from config file --- examples/scalafmt-example/.scalafmt.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/scalafmt-example/.scalafmt.conf (limited to 'examples/scalafmt-example/.scalafmt.conf') 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 { + "->": "→" + "=>": "⇒" +} -- cgit v1.2.3