diff --git a/.vscode/settings.json b/.vscode/settings.json index 2254040d8..43e46a7aa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,14 +1,10 @@ { "editor.formatOnSave": true, - "spellright.language": [ - "fr" - ], - "spellright.documentTypes": [ - "yaml", - "git-commit" - ], + "spellright.language": ["fr"], + "spellright.documentTypes": ["yaml", "git-commit"], "editor.codeActionsOnSave": { "source.organizeImports": true }, - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "editor.tabSize": 2 }