diff --git a/scalafmt.conf b/.scalafmt.conf similarity index 97% rename from scalafmt.conf rename to .scalafmt.conf index 106c0cc..10b7ee1 100644 --- a/scalafmt.conf +++ b/.scalafmt.conf @@ -19,5 +19,4 @@ docstrings = JavaDoc rewrite { rules = [SortImports, RedundantBraces] redundantBraces.maxLines = 1 -} - \ No newline at end of file +} \ No newline at end of file