1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/.vscode/settings.json

9 lines
172 B
JSON
Raw Normal View History

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