Initial commit
All checks were successful
deploy-pages Deployed in 22 seconds

This commit is contained in:
2023-01-01 00:33:05 +01:00
commit 6246856fda
23 changed files with 2596 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{hs,js,css}]
indent_style = tab
tab_width = 4