Files
vscode-extension-samples/task-provider-sample/.vscode/settings.json
2018-10-26 12:25:53 +02:00

6 lines
142 B
JSON

{
"editor.insertSpaces": false,
"tslint.enable": true,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single"
}