Enable pep8 formatting on save

This commit is contained in:
Eryn Wells 2023-02-08 08:35:06 -08:00
parent 1b37807710
commit a4f4584ffd

View file

@ -4,5 +4,7 @@
"path": "."
}
],
"settings": {}
}
"settings": {
"editor.formatOnSave": true
}
}