VM-Operator/.editorconfig
Michael N. Lipp 6f45e7982a
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Feature/web gui2 (#16)
Add oveview and enhance.
2023-10-30 23:10:26 +01:00

14 lines
211 B
INI

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