codetour/.vscode/settings.json

14 строки
230 B
JSON
Исходник Обычный вид История

2020-03-07 21:37:16 +03:00
{
2020-05-04 08:08:52 +03:00
"files.exclude": {
"out": false
},
"search.exclude": {
"out": true
},
"typescript.tsc.autoDetect": "off",
"editor.formatOnSave": true,
2020-05-18 04:26:29 +03:00
"editor.codeActionsOnSave": {
"source.organizeImports": true
2021-03-27 03:09:44 +03:00
}
}