Files
unmeta-gradle-plugin/.editorconfig
2023-04-28 14:48:03 +08:00

12 lines
162 B
INI

root = true
[*]
charset = utf-8
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*{.yml,yaml}]
indent_style = space
indent_size = 2