1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-07-26 00:01:35 +00:00

setup python formatting

This commit is contained in:
2025-05-23 15:35:54 -06:00
parent db169159e6
commit 455fd28bc2
2 changed files with 7 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
}