feat(updater): backup before save and editorconfig

This commit is contained in:
Florian Schmitt 2024-02-15 21:42:51 +03:00
parent 5c7858c4e0
commit ce812cdcce
2 changed files with 329 additions and 274 deletions

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,php}]
charset = utf-8
[*.php]
indent_style = space
indent_size = 4
[*.js]
indent_style = space
indent_size = 2