wiki.techinc.nl/.editorconfig
David Barratt e7e4e705c3 Add a simple .editorconfig
.editorconfig <http://editorconfig.org/> is a standardized format
that many IDEs support (or have plugins for) to use a project's code
style by default.

Bug: T172959
Change-Id: I8e776665dca255ff5dead1a9874bcd73344e4d20
2017-08-21 18:00:49 +00:00

11 lines
170 B
INI

root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false