document configurations required for formatting and linting

This commit is contained in:
smilerz
2024-04-08 19:16:18 -05:00
parent 38b22f3a56
commit 2e6cc3e58e
21 changed files with 476 additions and 220 deletions

View File

@@ -8,5 +8,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[python]": {
"editor.defaultFormatter": "eeyore.yapf",
}
},
"yapf.args": [],
"isort.args": []
}