Allen Lydiard c228616061 Fixes?
2017-11-05 15:20:30 -04:00

22 lines
414 B
JSON

{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"files.trimTrailingWhitespace": false,
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
},
"components/": true
},
"files.associations": {
"*.pixy": "jade",
"*.scarlet": "stylus"
},
"search.exclude": {
"components/": true,
"**/*.svg": true
}
}