From 1a3c1a1ab077aae51c5d6be54eea32abec647544 Mon Sep 17 00:00:00 2001 From: andriusezerskis Date: Sun, 14 Jul 2024 01:02:27 +0200 Subject: [PATCH] Removed rule that allowed wildcard imports --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1f2d56b0b1..e69de29bb2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +0,0 @@ -[*.{kt,kts}] -ktlint_disabled_rules = no-wildcard-imports -# ktlint_standard_no-wildcard-imports = disabled \ No newline at end of file