Initial commit

This commit is contained in:
Sebastian Hugentobler 2018-05-29 09:39:04 +02:00
commit bc8b826e7c
10 changed files with 154 additions and 0 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4