VM-Operator/.editorconfig

11 lines
149 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
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space