Update settings.json

This commit is contained in:
devezhao-mac 2019-03-16 02:55:12 +08:00
parent cb8ac0627b
commit 6f5494fa85

View file

@ -3,7 +3,11 @@
"**/.classpath": true, "**/.classpath": true,
"**/.project": true, "**/.project": true,
"**/.settings": true, "**/.settings": true,
"**/.factorypath": true "**/.factorypath": true,
"target/**": true,
".github/**": true,
".production/**": true,
".eclipse/**": true
}, },
"eslint.autoFixOnSave": true, "eslint.autoFixOnSave": true,
"editor.fontSize": 12 "editor.fontSize": 12