summaryrefslogtreecommitdiff
path: root/.scalafmt.conf
diff options
context:
space:
mode:
authorAditya Naik2022-02-17 00:01:37 -0800
committerAditya Naik2022-02-17 00:01:37 -0800
commit8da1bd8492bb606713dc22635458b13859290e28 (patch)
treeae68ae4c803cac3730f8cc905b4f2f204b8b6dd8 /.scalafmt.conf
initial
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