pubsub-tool
Version:
Producer and Consumer Tool for every streaming component
16 lines (15 loc) • 398 B
JSON
{
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.tslint": true
},
"prettier.bracketSpacing": false,
"prettier.singleQuote": true,
"prettier.semi": true,
"prettier.printWidth": 80,
"prettier.trailingComma": "es5",
"prettier.useTabs": false,
"prettier.tabWidth": 2
}