milligram/.editorconfig

13 lines
188 B
INI
Raw Normal View History

2015-12-26 21:38:05 +00:00
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
2016-01-12 05:00:02 +00:00
trim_trailing_whitespace = false