From c9e6e321b3004c0c693534f899f7baf29df9808d Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:37:29 +0600 Subject: [PATCH] Update editor config for 'sq' and 'sqm' file [skip ci] (cherry picked from commit a6b532ee57d24e1ad83f1daea415cad1f313b49c) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 68b71dea1..c2f10b814 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.xml] +[*.{xml,sq,sqm}] indent_size = 4 # noinspection EditorConfigKeyCorrectness