servers/.editorconfig
2022-11-14 19:41:46 +01:00

12 lines
145 B
INI

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