15 lines
283 B
JSON
Raw Normal View History

2017-06-19 14:20:46 +00:00
{
2017-06-22 07:32:02 +00:00
"editor.detectIndentation": false,
"editor.insertSpaces": false,
2017-06-19 14:20:46 +00:00
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
}
},
"files.associations": {
"*.pixy": "jade",
"*.scarlet": "stylus"
2017-06-19 14:20:46 +00:00
}
}