diff options
Diffstat (limited to '.scalafmt.conf')
| -rw-r--r-- | .scalafmt.conf | 11 |
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 |
