mon-entreprise/.vscode/settings.json

15 lines
249 B
JSON

{
"editor.formatOnSave": true,
"spellright.language": [
"fr"
],
"spellright.documentTypes": [
"yaml",
"git-commit"
],
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}