AngelscriptLanguageServer/.vscode/settings.json

9 lines
216 B
JSON
Raw Normal View History

2020-09-17 19:59:10 +00:00
{
"editor.insertSpaces": false,
"tslint.enable": true,
"typescript.tsc.autoDetect": "off",
"typescript.preferences.quoteStyle": "single",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}