Skip to content

Commit

Permalink
chore(vscode): default to ruff formatter
Browse files Browse the repository at this point in the history
Co-authored-by: steveoh <[email protected]>
  • Loading branch information
stdavis and steveoh committed Oct 15, 2024
1 parent 0a0eb51 commit 68ed037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source.organizeImports": "explicit"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
}
}

0 comments on commit 68ed037

Please sign in to comment.