committed by
GitHub
1 changed files with 9 additions and 5 deletions
@ -1,5 +1,9 @@ |
|||
{ |
|||
"search.exclude": { |
|||
"src/**": true |
|||
} |
|||
} |
|||
{ |
|||
"search.exclude": { |
|||
"src/**": true |
|||
}, |
|||
"editor.codeActionsOnSave": { |
|||
"source.fixAll.markdownlint": true |
|||
}, |
|||
"editor.formatOnSave": false |
|||
} |
|||
|
Loading…
Reference in new issue