1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-25 19:29:57 +00:00

Fix wrong formatter doc on vscode

This commit is contained in:
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
{
"editor.defaultFormatter": "<other formatter>",
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
}
}