Merge pull request #1546 from sorich87/feature/editorconfig

Add editorconfig (http://editorconfig.org/) to enforce coding style
This commit is contained in:
Juriy Zaytsev 2014-07-30 13:45:45 +02:00
commit 0477eaf1dd

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