apollo-server/.vscode/settings.json
2016-06-10 20:48:43 -04:00

21 lines
No EOL
525 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.rulers": [100],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.wrappingColumn": 100,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": true,
"dist": true,
"coverage": true,
"coverage.lcov": true,
"tsconfig.json": true,
"tslint.json": true,
"typings.json": false,
"typings": true,
".gitignore": false
}
}