// Place your settings in this file to overwrite default and user settings.
{
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "editor.rulers": [
    110
  ],
  "editor.wordWrapColumn": 110,
  "files.trimTrailingWhitespace": true,
  "files.insertFinalNewline": true,
  "[typescript]": {
    "editor.codeActionsOnSave": {
      "source.organizeImports": "never"
    }
  },
  "files.exclude": {
    "**/.git": true,
    "**/.DS_Store": true,
    "node_modules": false
  },
  "typescript.tsdk": "node_modules/typescript/lib",
  "debug.node.autoAttach": "on",
  "yaml.schemas": {
    "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json": "/syntaxes/*.yaml"
  }
}
