initial commit

This commit is contained in:
Sebastian Hugentobler 2016-12-29 15:27:39 +01:00
commit f408b8004a
No known key found for this signature in database
GPG key ID: 7BBE74D3F626FC0F
21 changed files with 1418 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
[Makefile]
indent_style = tab