Start foundations

This commit is contained in:
François Voron
2019-10-05 17:39:37 +02:00
commit 4e0b0f6f7d
10 changed files with 541 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf