geriou-bir/.vscode/settings.json

6 lines
123 B
JSON
Raw Normal View History

2023-09-10 15:32:07 +00:00
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}