rosenrot/.editorconfig
Lucien Cartier-Tilet 7e49c4d73d
Add editorconfig
This ensures all text editors and IDEs share the same basic config
when editing the source code of Rose.

Addition of a clang-format file should also be considered.
2022-05-14 19:41:34 +02:00

13 lines
185 B
INI

root = true
[*]
indent_style = tab
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
charset = utf-8
trim_trailing_whitespace = true