Initial commit

This commit is contained in:
Hugo Locurcio
2020-02-26 19:56:46 +01:00
commit f69e63d931
10 changed files with 155 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab