This commit is contained in:
eric
2023-05-04 16:35:59 +08:00
parent 9b63d6a62a
commit 0619271bb1
2 changed files with 15 additions and 9 deletions

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

@@ -0,0 +1,6 @@
{
"python.formatting.provider": "none",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}