highscore-server/.editorconfig

19 lines
270 B
INI
Raw Normal View History

2023-01-07 13:00:00 +01:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
2023-02-02 14:15:17 +01:00
trim_trailing_whitespace = true
[{v.mod,*.v}]
2023-01-07 13:00:00 +01:00
indent_style = tab
2023-02-02 14:15:17 +01:00
indent_size = 4
[*.{yml,yaml,hcl,toml}]
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false