mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 17:09:30 +08:00
10 lines
272 B
JSON
10 lines
272 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"files.eol": "\n",
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"svelte.plugin.css.diagnostics.enable": false,
|
|
"[html]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|