From 61b72806dc762b18965850765dfe1b44072a5378 Mon Sep 17 00:00:00 2001 From: Ruslans Tarasovs Date: Fri, 2 Feb 2024 17:23:47 +0200 Subject: [PATCH] Organize imports in Metals similar to IntelliJ --- .scalafix.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .scalafix.conf diff --git a/.scalafix.conf b/.scalafix.conf new file mode 100644 index 000000000..1e78e0e8e --- /dev/null +++ b/.scalafix.conf @@ -0,0 +1 @@ +OrganizeImports.preset = INTELLIJ_2020_3 \ No newline at end of file