10 lines
157 B
JSON
10 lines
157 B
JSON
![]() |
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": true
|
||
|
},
|
||
|
"markdownlint.config": {
|
||
|
"no-inline-html": false
|
||
|
}
|
||
|
}
|