ACE3/.editorconfig

19 lines
244 B
INI
Raw Permalink Normal View History

2015-02-16 18:08:27 +00:00
root = true
[*]
2016-05-30 16:18:38 +00:00
end_of_line = lf
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
[*.yml]
indent_size = 2
[Makefile]
indent_style = tab