impress-2020/.vscode/settings.json

10 lines
236 B
JSON
Raw Normal View History

2020-04-21 20:32:53 -07:00
{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"jest.pathToJest": "yarn test",
"jest.autoEnable": false,
"javascript.suggest.completeJSDocs": false,
"typescript.suggest.completeJSDocs": false,
"editor.rulers": [80]
}