Skip to content

Commit

Permalink
vscode format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Jul 7, 2023
1 parent 73cc540 commit b151215
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
__pycache__/
did.bin
test.py
.vscode/
*.png
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"editor.formatOnSave": true,
"python.formatting.provider": "none",
"python.formatting.blackArgs": [
"--line-length=99"
],
"isort.args": [
"--profile",
"black"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit b151215

Please sign in to comment.