diff --git a/.vscode/settings.json b/.vscode/settings.json index 78664b2..9504263 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.tabSize": 2 + "editor.tabSize": 2, + "[javascript]": { + "editor.defaultFormatter": "biomejs.biome" + } }