game-algorithms/.editorconfig

14 lines
189 B
INI
Raw Permalink Normal View History

2022-08-07 16:53:21 +00:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style=space
2022-08-09 00:38:49 +00:00
indent_size = 2