ACE3/.editorconfig

14 lines
191 B
INI
Raw Normal View History

2015-02-16 18:08:27 +00:00
root = true
[*]
2015-02-28 14:22:21 +00:00
end_of_line = crlf
2015-02-16 18:08:27 +00:00
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false