mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
7 lines
209 B
JSON
7 lines
209 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"spellright.language": ["fr", "en"],
|
|
"spellright.documentTypes": ["yaml", "git-commit", "markdown"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.tabSize": 2
|
|
}
|