Slight tweak to VS Code settings

This commit is contained in:
Siddharth Krishna 2021-02-02 18:25:44 +00:00
Родитель 16fea2bf42
Коммит b8d04b742b
1 изменённых файлов: 0 добавлений и 3 удалений

3
.vscode/settings.json поставляемый
Просмотреть файл

@ -1,7 +1,4 @@
{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
// "editor.formatOnSaveMode": "modifications"
}