Skip to content

Commit

Permalink
add default python5 formatter for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Oct 31, 2023
1 parent b13db2d commit 183f5c9
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 @@ -21,5 +21,8 @@
"somedirname",
"somename",
"userid"
]
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit 183f5c9

Please sign in to comment.