Add VSCode editor configuration to the repository

reviewable/pr649/r1
Maxime Quandalle 10 years ago
parent 3ed00f3db7
commit 8d555707f2
No known key found for this signature in database
GPG Key ID: 428641C03D29CA10
  1. 1
      .meteor/.gitignore
  2. 12
      .vscode/settings.json

@ -1,2 +1 @@
dev_bundle
local

@ -0,0 +1,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
}
}
Loading…
Cancel
Save