zillow / .vscode /settings.json
misikoff's picture
feat: initial set up with some data files and a template script
7f2f9cb
raw
history blame
132 Bytes
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}