VM-Operator/.editorconfig
Michael N. Lipp ae3941707a
Feature/web gui (#12)
Basic GUI functions (start/stop).
2023-10-21 22:16:10 +02:00

14 lines
206 B
INI

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