From a68735a5c0db533724553f53cc3b9a92d6377901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=A7=80=EC=9B=90?= Date: Mon, 29 Jul 2024 18:29:09 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20ktlint=20rule=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b65b2d92..5e0bd1f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,4 +11,5 @@ indent_style = space trim_trailing_whitespace = true insert_final_newline = true tab_width = 4 -ij_kotlin_allow_trailing_comma = true \ No newline at end of file +ij_kotlin_allow_trailing_comma = true +ktlint_standard_function-name = false