1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00
MMRA/.editorconfig

13 lines
169 B
INI
Raw Normal View History

2018-07-16 10:15:57 +00:00
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
2018-12-22 16:25:06 +00:00
trim_trailing_whitespace = true
2018-07-16 10:15:57 +00:00