{
    "editor.renderWhitespace": "all",
    "editor.tabSize": 4,
    "editor.trimAutoWhitespace": true,
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/*.js": true
    },
    "tslint.alwaysShowRuleFailuresAsWarnings": true,
    "tslint.autoFixOnSave": true,
    "typescript.tsdk": "node_modules/typescript/lib"
}
