aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafmt-example/.scalafmt.conf
diff options
context:
space:
mode:
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 {
+ "->": "→"
+ "=>": "⇒"
+}