{
  "[javascript]": {
    "editor.insertSpaces": true,
    "editor.autoIndent": true,
    "editor.tabSize": 2,
    "editor.detectIndentation": false
  },
  "[json]": {
    "editor.insertSpaces": true,
    "editor.autoIndent": true,
    "editor.tabSize": 2,
    "editor.detectIndentation": false
  }
}