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