apollo-server/.vscode/settings.json

23 lines
546 B
JSON
Raw Normal View History

2016-06-10 20:48:43 -04:00
// 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,
2017-01-25 13:56:19 +01:00
"tsconfig.json": true,
2016-06-10 20:48:43 -04:00
"tslint.json": true,
"typings.json": true,
2016-06-10 20:48:43 -04:00
"typings": true,
".gitignore": false,
"**/dist": true
2016-06-10 20:48:43 -04:00
}
}