This commit is contained in:
Quan HL
2023-10-02 11:47:06 +07:00
parent c55f80cd95
commit 66dca15a58
32 changed files with 580 additions and 745 deletions

View File

@@ -5,5 +5,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.configPath": ".prettierrc.json",
"files.trimTrailingWhitespace": true,
"typescript.preferences.quoteStyle": "double"
"typescript.preferences.quoteStyle": "double",
"svg.preview.background": "white"
}