pandora-upload

This commit is contained in:
j 2021-11-14 22:48:52 +00:00
commit e3adbbbbd0
6 changed files with 179 additions and 0 deletions

23
.editorconfig Normal file
View file

@ -0,0 +1,23 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[*.sass]
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 4
[*.js]
indent_style = space
indent_size = 4