diff --git a/.editorconfig b/.editorconfig index c70f1cf32..293ec1445 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,8 @@ insert_final_newline = true indent_style = space indent_size = 2 +[*.java] +indent_size = 4 + [*.md] trim_trailing_whitespace = false