Sync vscode settings because why not

This commit is contained in:
c0de 2022-11-11 20:16:25 -06:00
parent b7bd032e07
commit 5557c16d8c
1 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black"
}