games/.editorconfig
Florian Bouillon f47ab40ffd
Initial Commit
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-03-14 02:07:52 +01:00

14 lines
206 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false