added editorconfig

This commit is contained in:
isymchych 2015-12-03 15:11:25 +02:00
parent 09aa9482c0
commit 91fbf1e274
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true