mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-08 23:25:02 +00:00
12 lines
No EOL
181 B
JSON
12 lines
No EOL
181 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"spellright.language": [
|
|
"fr"
|
|
],
|
|
"spellright.documentTypes": [
|
|
"yaml"
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
} |