VM-Operator/.editorconfig

15 lines
211 B
INI
Raw Normal View History

2023-09-02 12:40:07 +02:00
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.{html,md,yml,yaml}]
2023-09-02 12:40:07 +02:00
indent_size = 2
indent_style = space
2023-09-02 20:58:46 +02:00
[*.{gradle,js,ts}]
2023-09-02 20:58:46 +02:00
indent_size = 4
indent_style = space