diff options
Diffstat (limited to '.scalafix.conf')
| -rw-r--r-- | .scalafix.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scalafix.conf b/.scalafix.conf new file mode 100644 index 0000000..3bb29c8 --- /dev/null +++ b/.scalafix.conf @@ -0,0 +1,5 @@ +rules = [ + OrganizeImports +] + +OrganizeImports.removeUnused = false |
