Files
vscode-extension-samples/task-provider-sample/.vscode/settings.json

5 lines
118 B
JSON
Raw Permalink Normal View History

{
2018-10-26 12:25:34 +02:00
"editor.insertSpaces": false,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single"
}