summaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
Diffstat (limited to '.scalafmt.conf')
-rw-r--r--.scalafmt.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/.scalafmt.conf b/.scalafmt.conf
new file mode 100644
index 0000000..2faf33f
--- /dev/null
+++ b/.scalafmt.conf
@@ -0,0 +1,11 @@
+version=3.0.0-RC7
+rules = [
+
+ # DisableSyntax
+ # ExplicitResultTypes
+ #LeakingImplicitClassVal
+ RemoveUnused
+ #NoAutoTupling
+ #NoValInForComprehension
+ #ProcedureSyntax
+] \ No newline at end of file