{
	"editor.insertSpaces": true,
	"editor.renderWhitespace": "all",
	"editor.tabSize": 4,
	"files.trimTrailingWhitespace": true,
	"tslint.alwaysShowRuleFailuresAsWarnings": true,
	"tslint.autoFixOnSave": true,
	"typescript.tsdk": "node_modules\\typescript\\lib"
}