Updated: starter

This commit is contained in:
buchslava
2015-10-08 17:29:52 +03:00
parent 2175ef872f
commit b15fd587ae
28 changed files with 2320 additions and 13 deletions

11
.editorconfig Normal file
View File

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