backend / .vscode /settings.json
praneethys's picture
postgres database integration (#3)
d5684b3 verified
raw
history blame
No virus
268 Bytes
{
"jupyter.notebookFileRoot": "${workspaceFolder}",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
},
"ms-python.black-formatter.args": [
"--line-length",
"119"
]
}