Add YAPF style + ignore, and format tracked Python files

This commit is contained in:
2025-12-29 18:42:02 -08:00
parent c019c00aed
commit 507946a3e4
108 changed files with 11664 additions and 6494 deletions

View File

@@ -2,8 +2,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.python",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "88"],
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": ["--style", ".style.yapf"],
"[python]": {
"editor.defaultFormatter": "ms-python.python",