diff --git a/.editorconfig b/.editorconfig index c38d0f7..d8c711a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true [*.{md,yml,yaml}] indent_size = 2 indent_style = space + +[*.gradle] +indent_size = 4 +indent_style = space