rebuild/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

2019-03-01 17:19:29 +08:00
{
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"eslint.autoFixOnSave": true,
2019-03-16 02:37:06 +08:00
"editor.fontSize": 12
2019-03-01 17:19:29 +08:00
}