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

12 lines
181 B
JSON
Raw Normal View History

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