UNPKG

@financialforcedev/orizuru-transport-kafka

Version:
36 lines (35 loc) 695 B
{ "beautify.language": { "js": { "type": [ "javascript", "json" ], "filename": [ ".jsbeautifyrc" ] } }, "beautify.ignore": ["**/.vscode/*","**/force/*","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 test" }], "terminal.integrated.scrollback": 10000, "workbench.colorCustomizations": { "activityBar.foreground": "#007DFF" } }