{
	"editor.formatOnSave": true,
	"spellright.language": ["fr", "en"],
	"spellright.documentTypes": ["yaml", "git-commit"],
	"editor.codeActionsOnSave": {
		"source.organizeImports": true
	},
	"typescript.tsdk": "node_modules/typescript/lib",
	"editor.tabSize": 2
}