UNPKG

@financialforcedev/orizuru-openapi

Version:
39 lines (38 loc) 754 B
{ "beautify.language": { "js": { "type": [ "javascript", "json" ], "filename": [ ".jsbeautifyrc" ] } }, "beautify.ignore": [ "package.json" ], "editor.detectIndentation": false, "editor.formatOnSave": true, "editor.insertSpaces": false, "files.exclude": { "**/.nyc_output": true, "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/coverage": true }, "lcov.path": "coverage/lcov.info", "lcov.watch": [{ "pattern": "**/*.js", "command": "npm run test-coverage" }], "runCurrentTest.run": "npm run single-test -- ${relativeTestPath}", "terminal.integrated.scrollback": 10000, "workbench.colorCustomizations": { "activityBar.foreground": "#80FF71" } }