11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"[json]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
}
|
|
},
|
|
"[jsonc]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
} |