Add assignment1 draft

This commit is contained in:
Alex Hirsch
2020-09-29 13:16:19 +02:00
parent b6d70bc6b6
commit f8046ed758
4 changed files with 396 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
[*.md]
indent_style = space
indent_size = 2
[*.{hpp,cpp,h,c}]
indent_style = tab
indent_size = 4