Add indent for gradle.

This commit is contained in:
Michael Lipp 2023-09-02 20:58:46 +02:00
parent d595156587
commit 431cb483da

View file

@ -8,3 +8,7 @@ trim_trailing_whitespace = true
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space
[*.gradle]
indent_size = 4
indent_style = space