{
  "editor.wordWrap": "off",
  "editor.wordWrapColumn": 256,
  "editor.detectIndentation": true,
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "editor.fontSize": 12,
  "files.eol": "\n",
  "html.format.enable": true,
  "html.format.wrapLineLength": 256,
  "workbench.colorTheme": "Default Light+",
  "[javascript]": {
    "editor.tabSize": 2,
    "editor.insertSpaces": true,
    "editor.detectIndentation": true
  },
  "javascript.validate.enable": false,
  "standard.enable": true
}