11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"files.autoSave": "afterDelay",
|
|
"files.autoSaveDelay": 0,
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"editor.linkedEditing": true
|
|
}
|