Initial commit

This commit is contained in:
Johannes Siipola
2021-12-17 19:00:01 +02:00
commit fffa29fc1e
8 changed files with 505 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.html]
indent_style = space
indent_size = 4
[*.css]
indent_style = space
indent_size = 4