rebuild/.vscode/settings.json

11 lines
281 B
JSON
Raw Normal View History

2019-03-01 17:19:29 +08:00
{
"java.configuration.updateBuildConfiguration": "interactive",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"eslint.autoFixOnSave": true,
"editor.fontSize": 13
2019-03-01 17:19:29 +08:00
}