diff --git a/.editorconfig b/.editorconfig index 5dca54d33..f280833c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,9 @@ trim_trailing_whitespace = false [*.kt] indent_size = 4 + +[*.java] +indent_size = 4 + +[*.gradle] +indent_size = 4