2025-12-29 17:05:03 -08:00
|
|
|
{
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.defaultFormatter": "ms-python.python",
|
|
|
|
|
|
2025-12-29 18:42:02 -08:00
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
}
|