mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
12 lines
338 B
JSON
12 lines
338 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"gitHistory.showEditorTitleMenuBarIcons": false,
|
|
"search.exclude": {
|
|
"examples/docs.json": true,
|
|
"examples/components/EChartsEditor/option-parts/**/*": true
|
|
}
|
|
}
|