2017-06-19 14:20:46 +00:00
|
|
|
{
|
2017-06-22 07:32:02 +00:00
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.insertSpaces": false,
|
2017-11-05 19:20:30 +00:00
|
|
|
"files.trimTrailingWhitespace": false,
|
2017-06-19 14:20:46 +00:00
|
|
|
"tsimporter.emitSemicolon": false,
|
|
|
|
"tsimporter.doubleQuotes": true,
|
|
|
|
"files.exclude": {
|
|
|
|
"**/*.js": {
|
|
|
|
"when": "$(basename).ts"
|
2017-06-25 15:25:20 +00:00
|
|
|
},
|
|
|
|
"components/": true
|
2017-06-21 18:27:59 +00:00
|
|
|
},
|
|
|
|
"files.associations": {
|
|
|
|
"*.pixy": "jade",
|
|
|
|
"*.scarlet": "stylus"
|
2017-06-25 15:25:20 +00:00
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"components/": true,
|
|
|
|
"**/*.svg": true
|
2017-06-19 14:20:46 +00:00
|
|
|
}
|
2017-11-05 19:20:30 +00:00
|
|
|
}
|