From 8dce07edb09878d2de33e2e656582f45a531185b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=82=89=E3=81=BE=E3=82=8A=E3=82=93?= <62203463+Flamarine@users.noreply.github.com> Date: Sun, 22 Jun 2025 21:24:50 +0800 Subject: [PATCH] update editorconfig to match kotlin buildscript --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ccc1595..87be761 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.gradle] +[*.gradle.kts] indent_style = tab [*.java]