1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-04-30 13:26:47 +00:00

Fix wrong formatter doc on vscode

This commit is contained in:
Antoine Bartuccio 2024-10-12 19:38:56 +02:00 committed by Bartuccio Antoine
parent f07a855e7e
commit 768e2867b5

@ -187,8 +187,8 @@ que sont VsCode et Sublime Text.
```json ```json
{ {
"editor.defaultFormatter": "<other formatter>",
"[javascript]": { "[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome" "editor.defaultFormatter": "biomejs.biome"
} }
} }