From 2b0491d7d71dc63ae08fc66f8125abb4da159e48 Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 1 Jun 2026 13:20:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20.editorconfig=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20ktlint=20Composable=20=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..34c2b1d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{kt,kts}] +# 忽略标注 @Composable 的函数命名检查,Compose 规范要求 PascalCase +ktlint_function_naming_ignore_when_annotated_with = Composable