From 2caa2a46877cdff7b40772e35d7f4b73f0bef5b7 Mon Sep 17 00:00:00 2001 From: James Petersen Date: Fri, 24 Jul 2026 20:05:03 -0300 Subject: [PATCH] Modify .editorconfig setting for text banks (#1243) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 69b178de80..d1f814776b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ charset = utf-16le [*.{clang-format,yaml}] indent_size = 2 + +[res/text/*.json] +indent_size = 2