rebuild/.vscode/settings.json
devezhao f43f3dd5e1 #RB94
分析表格新增汇总和行号选项
2019-03-02 18:24:40 +08:00

11 lines
No EOL
281 B
JSON

{
"java.configuration.updateBuildConfiguration": "interactive",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"eslint.autoFixOnSave": true,
"editor.fontSize": 13
}