Initial commit

This commit is contained in:
2015-08-20 18:41:51 +02:00
parent a7d8d9e4d3
commit 908b12ef20
11 changed files with 1156 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true