Skip to content

Commit

Permalink
specify yapf as default formatter in VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Nov 8, 2023
1 parent dcb3ab9 commit 3ffcdbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"python.dataScience.jupyterServerURI": "http://localhost:8888/?token=8a748bee8b02072f3212cf087d8497af6bb0d1598de505ca"
}
"python.dataScience.jupyterServerURI": "http://localhost:8888/?token=8a748bee8b02072f3212cf087d8497af6bb0d1598de505ca",
"[python]": {
"editor.defaultFormatter": "eeyore.yapf"
}
}

0 comments on commit 3ffcdbc

Please sign in to comment.