milligram/.editorconfig

13 lines
188 B
INI
Raw Normal View History

2015-12-26 18:38:05 -03: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 02:00:02 -03:00
trim_trailing_whitespace = false