mat.services/.editorconfig

14 lines
207 B
INI
Raw Normal View History

2018-02-09 18:01:38 +00:00
# editorconfig.org
2018-02-08 21:21:28 +00:00
root = true
[*]
2018-02-09 18:01:38 +00:00
indent_style = space
2018-10-14 06:45:44 +00:00
indent_size = 2
2018-02-08 21:21:28 +00:00
end_of_line = lf
2018-02-09 18:01:38 +00:00
charset = utf-8
2018-02-08 21:21:28 +00:00
trim_trailing_whitespace = true
2018-02-09 18:01:38 +00:00
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false