summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: c61d0e19f02be5432e698909a547d018207cf90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "editor.tabSize": 2,
  "editor.rulers": [80],
  "files.trimTrailingWhitespace": true,
  "files.insertFinalNewline": true,
  "files.exclude": {
    "**/.git": true,
    "**/.DS_Store": true,
    "node_modules": true,
    ".meteor/local": true
  }
}