Add Gradle files indentation to .editorconfig

This commit is contained in:
Abel Salgado Romero 2024-02-01 10:09:49 +01:00 committed by Dave Syer
parent a2f1ad5503
commit 4148fc9eb3

View file

@ -19,3 +19,6 @@ indent_style = space
[*.{html,sql,less}]
indent_size = 2
[*.gradle]
indent_size = 2