Updating latest

This commit is contained in:
2020-05-10 05:23:11 +01:00
parent b12d2510f9
commit 912d973b19
29 changed files with 31 additions and 1181 deletions

12
.vscode/settings.json vendored
View File

@@ -1,3 +1,13 @@
{
"editor.defaultFormatter": "HookyQR.beautify"
"editor.defaultFormatter": "HookyQR.beautify",
"editor.formatOnPaste": false,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"[handlebars]": {
},
"beautify.config": {
"indent_handlebars": false
},
}