Skip to content

Commit

Permalink
add prettier to vscode (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierarsenault authored Mar 9, 2024
1 parent 80cebab commit ac4a681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
"github.vscode-pull-request-github",
"charliermarsh.ruff",
"ms-python.vscode-pylance",
"ryanluker.vscode-coverage-gutters"
"ryanluker.vscode-coverage-gutters",
"esbenp.prettier-vscode"
],
"settings": {
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"files.eol": "\n",
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
Expand Down

0 comments on commit ac4a681

Please sign in to comment.