Ajout du paramètre organizeImports

pull/607/head
Maxime Quandalle 2019-07-10 17:31:41 +02:00
parent 215c9a5a99
commit 8adc1ffd8e
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{
"editor.formatOnSave": true,
"spellright.language": ["fr"],
"spellright.documentTypes": ["yaml"]
"spellright.documentTypes": ["yaml"],
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}