Add editorconfig (http://editorconfig.org/) to enforce coding style

This commit is contained in:
Ulrich Sossou 2014-07-30 08:57:54 +01:00
parent 6769228d18
commit 3e1cde60bf

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false