Add editorconfig file to maintain code style consistency

This commit is contained in:
Máté Farkas 2016-02-14 11:48:55 +01:00
parent decfd855eb
commit 85e7f1f7db

12
.editorconfig Normal file
View File

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