From 7d8a78474c36c34b806031fb9165482b5c0def5c Mon Sep 17 00:00:00 2001 From: tytan652 Date: Sun, 21 Apr 2024 12:16:02 +0200 Subject: [PATCH] Add composable theme files spacing in editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 91b004870..5c9704f41 100644 --- a/.editorconfig +++ b/.editorconfig @@ -57,3 +57,7 @@ indent_size = 2 [*.ui] indent_style = space indent_size = 1 + +[{*.obt,*.oha,*.ovt}] +indent_style = space +indent_size = 4