From 79d15e1bd97eeff00e82a05509e2890c804d4011 Mon Sep 17 00:00:00 2001 From: Kangmin Date: Tue, 3 Oct 2023 00:12:14 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20(#6)=20ktlint=5Fdisabled=5Frules?= =?UTF-8?q?=EB=A1=9C=20=EC=86=8D=EC=84=B1=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit disabled_rules을 ktlint_disabled_rules으로 변경하지 않아 경고가 뜸 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d37e493..3e30b81 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ max_line_length = 120 tab_width = 4 [*.{kt,kts}] -disabled_rules=import-ordering +ktlint_disabled_rules=import-ordering insert_final_newline = true \ No newline at end of file