mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-10 08:15:04 +00:00
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"spellright.language": ["fr"],
|
|
"spellright.documentTypes": ["yaml"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|