Skip to content
Snippets Groups Projects
Unverified Commit af20721f authored by Simon Suo's avatar Simon Suo Committed by GitHub
Browse files

Set VSCode to format (black and isort) on file save (#308)

parent 5c3a0191
No related branches found
No related tags found
No related merge requests found
.vscode/
.DS_Store .DS_Store
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
...@@ -132,4 +131,4 @@ dmypy.json ...@@ -132,4 +131,4 @@ dmypy.json
.pyre/ .pyre/
# Jetbrains # Jetbrains
.idea .idea
\ No newline at end of file
{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
},
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment