All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"[markdown]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": false
|
|
}
|
|
}
|
|
}
|