mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-24 19:08:40 +00:00
9 lines
246 B
JSON
9 lines
246 B
JSON
|
{
|
||
|
"files.autoSave": "onFocusChange",
|
||
|
"[html]": {
|
||
|
"editor.suggest.insertMode": "replace",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.formatOnType": true,
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||
|
}
|
||
|
}
|