From 8da1bd8492bb606713dc22635458b13859290e28 Mon Sep 17 00:00:00 2001 From: Aditya Naik Date: Thu, 17 Feb 2022 00:01:37 -0800 Subject: initial --- .scalafmt.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .scalafmt.conf (limited to '.scalafmt.conf') 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 -- cgit v1.2.3