Skip to content

Commit

Permalink
Update .vscode settings (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris authored Feb 26, 2024
1 parent 3425e03 commit 3234bf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[python]": { "editor.defaultFormatter": "ms-python.black-formatter" },
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" },
"editor.codeActionsOnSave": { "source.organizeImports": true },
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"black-formatter.args": ["--config", "pyproject.toml"],
"flake8.args": ["--max-line-length", "120"],
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down

0 comments on commit 3234bf8

Please sign in to comment.