Skip to content

Commit

Permalink
fix(setting): black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed Feb 1, 2024
1 parent 89a39be commit d40da2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"editor.rulers": [
88
],
"python.formatting.provider": "none",
"python.formatting.provider": "black",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": null
},
"[markdown]": {
"editor.defaultFormatter": "disable"
Expand Down

0 comments on commit d40da2a

Please sign in to comment.