chore: update editor config for sane fragment spread writing (#4810)

This commit is contained in:
Laurin Quast 2024-05-23 10:59:34 +02:00 committed by GitHub
parent e2981f9e4e
commit 3d339e6562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@
"editor.codeActionsOnSave": {
"source.organizeImports": "never"
},
"editor.acceptSuggestionOnCommitCharacter": false,
"eslint.format.enable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",