Skip to content

Commit

Permalink
fix vscode settings for formatting and import organizing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 19, 2024
1 parent 7829487 commit 7735552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
},
"editor.formatOnSave": true,
"[python]": {
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "always",
"source.fixAll": "always"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.languageServer": "Pylance",
Expand Down

0 comments on commit 7735552

Please sign in to comment.