From 21dfa7dc4fb858ea3c64f46049635df46cfeefb5 Mon Sep 17 00:00:00 2001 From: Ruslans Tarasovs <49794769+rtar@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:25:21 +0200 Subject: [PATCH] Organize imports in Metals similar to IntelliJ (#560) --- .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