From 0f62f1a000bb10de6e501b50c59c509cfac65ff6 Mon Sep 17 00:00:00 2001 From: terminal Date: Mon, 5 Sep 2022 18:27:09 +0300 Subject: [PATCH] allow wildcard --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 395a9a6c..23112292 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,3 @@ [*.kt] -continuation_indent_size = 4 \ No newline at end of file +continuation_indent_size = 4 +disabled_rules=no-wildcard-imports \ No newline at end of file