servers/.editorconfig
2021-03-11 22:41:37 +01:00

10 lines
128 B
INI

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