boomerangjs
Version:
boomerang always comes back, except when it hits something
15 lines (12 loc) • 413 B
JSON
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript"],
// The number of spaces a tab is equal to.
"editor.tabSize": 2,
// Insert spaces when pressing Tab.
"editor.insertSpaces": true,
// When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
"editor.detectIndentation": true
}