mon-entreprise/.vscode/settings.json

9 lines
172 B
JSON
Raw Normal View History

2019-07-09 09:09:37 +00:00
{
"editor.formatOnSave": true,
"spellright.language": ["fr"],
2019-07-10 15:31:41 +00:00
"spellright.documentTypes": ["yaml"],
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
2019-07-09 09:09:37 +00:00
}