1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/.vscode/settings.json
2021-02-18 12:00:21 +01:00

12 lines
292 B
JSON

{
"editor.formatOnSave": true,
"spellright.language": ["fr", "en"],
"spellright.documentTypes": ["yaml", "git-commit", "markdown"],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"eslint.enable": true,
"cSpell.words": [
"mycompanyinfrance",
"smarttag"
]
}