amis2/.vscode/settings.json

11 lines
273 B
JSON
Raw Normal View History

2019-11-07 10:41:54 +08:00
{
2021-01-04 23:36:39 +08:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
2021-01-04 23:36:39 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
"gitHistory.showEditorTitleMenuBarIcons": false,
"search.exclude": {
"examples/docs.json": true
}
2019-11-07 10:41:54 +08:00
}