ACE3/.editorconfig
2015-02-28 15:22:21 +01:00

14 lines
191 B
INI

root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false