Files
Medios-Macina/.vscode/settings.json

13 lines
289 B
JSON
Raw Normal View History

2025-12-29 17:05:03 -08:00
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.python",
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": ["--style", ".style.yapf"],
2025-12-29 17:05:03 -08:00
"[python]": {
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnSave": true
}
}