vscode-dtdl/.vscode/settings.json

7 строки
181 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}