Format all code using prettier.

This commit is contained in:
2024-10-12 21:04:57 +08:00
parent c323698b2a
commit 9cf9745d49
18 changed files with 199 additions and 101 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"[json]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[typescript]": {
"editor.tabSize": 2
}
}