Updated: init

This commit is contained in:
buchslava
2015-10-15 14:48:33 +03:00
commit b6223d57b0
13 changed files with 1736 additions and 0 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