{
  "files.exclude": {
    "**/.git": true,
    "**/.DS_Store": true,
    ".tmp": true,
    ".tscache": true,
    ".sass-cache": true,
    "coverage": true,
    "maven": true,
    "Gemfile*": true,
    "**/reference.ts": true,
    "*.sublime-*": true
  },
  "search.exclude": {
    "dist": true,
    "coverage": true,
    "target": true,
    "**/node_modules": true,
    "**/bower_components": true
  },
  "files.associations": {
    "*.vm": "html",
    "*.ejs": "html",
    "*.json.erb": "json"
  },
  "auto-run-command.rules": [{
    "condition": "hasFile: wallaby.js",
    "command": "wallaby.start",
    "message": "Running wallaby"
  }],
  "javascript.validate.enable": false,
  "files.trimTrailingWhitespace": true,
  "editor.tabSize": 2,
  "html.format.indentInnerHtml": true,
  "html.format.extraLiners": "",
  "typescript.check.workspaceVersion": false
}
