yayacal/.editorconfig
xfy 2b0491d7d7 chore: 添加 .editorconfig 配置 ktlint Composable 函数命名规则
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-01 13:20:55 +08:00

6 lines
172 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

root = true
[*.{kt,kts}]
# 忽略标注 @Composable 的函数命名检查Compose 规范要求 PascalCase
ktlint_function_naming_ignore_when_annotated_with = Composable