From 16448dab953f4800adf71b9c7b8c3a40b7517a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 21 Sep 2024 13:45:39 +0200 Subject: [PATCH] Add EditorConfig for *.skin files --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 85acc7df..b7f86b0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,8 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +[*.{java,skin}] +indent_size = 3 + [*.md] trim_trailing_whitespace = false - -[*.{java}] -indent_size = 3