This commit is contained in:
2020-04-14 00:09:00 +02:00
commit d77eaebfdb
37 changed files with 4199 additions and 0 deletions

10
webpage/.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true