{
  "files.exclude": {
    "**/.git": true,
    "**/.DS_Store": true,
    ".tmp": true,
    "coverage": true,
    "maven": true,
    "**/reference.ts": true
  },
  "search.exclude": {
    "dist": true,
    "coverage": true,
    "target": true,
    "**/node_modules": true,
  },
  "files.associations": {
    "*.vm": "html",
    "*.ejs": "html",
    "*.json.erb": "json"
  },
  "editor.tabSize": 2,
  "html.format.indentInnerHtml": true,
  "html.format.extraLiners": "",
  "files.trimTrailingWhitespace": true,
  "files.insertFinalNewline": true,
  "javascript.validate.enable": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
