Initial commit

This commit is contained in:
Sebastian Hugentobler 2018-07-19 12:30:54 +02:00
commit 61dec59f3e
5 changed files with 56 additions and 0 deletions

12
.editorconfig Normal file
View file

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