Initial commit

This commit is contained in:
Pierre
2018-05-08 16:11:40 +02:00
commit 356133d281
126 changed files with 17607 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{html,js,scss}]
charset = utf-8
indent_style = tab
indent_size = 2
[*.{md,markdown,yml}]
indent_style = spaces
indent_size = 2