initial ups support

This commit is contained in:
2020-12-27 22:29:16 +01:00
parent 2958e13b5e
commit 28dcadbeef
8 changed files with 410 additions and 147 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*]
charset = utf-8
[*.html]
indent_style = space
indent_size = 2