Für die Svelte-Oberfläche sind alle notwendigen Dateien vorhanden.

This commit is contained in:
2021-04-08 12:28:26 +02:00
parent fe3a4f69bf
commit 9b99c6a4dc
6 changed files with 110 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false