This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
va-project/.vscode/settings.json

6 lines
123 B
JSON
Raw Normal View History

2023-05-08 09:26:25 +00:00
{
"[python]": {
2023-05-08 10:16:06 +00:00
"editor.defaultFormatter": "ms-python.python"
2023-05-08 09:26:25 +00:00
},
"python.formatting.provider": "none"
}