adjusted vscode settings

This commit is contained in:
Ulf Gebhardt 2019-05-18 14:37:35 +02:00
parent eb6a9b3034
commit 1351f1cee9
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -7,6 +7,6 @@
"autoFix": true
}
],
"editor.formatOnSave": false,
"editor.formatOnSave": true,
"eslint.autoFixOnSave": true
}