Files
screeps-scripts/.vscode/settings.json
2017-12-02 00:51:40 +07:00

15 lines
352 B
JSON

{
"editor.renderWhitespace": "boundary",
"files.encoding": "utf8",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"search.exclude": {
"_book/**": true,
".rpt2_cache/**": true,
"dist/**": true,
"node_modules/**": true,
"typings/**": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}