build: switch to rome for code formatting
[benchmarks-js.git] / .vscode / extensions.json
index 1b4f357fff2a455120c7aa7cfb68e1fadd266e0a..93f80c7caf0804bf851c367da2e525b3a9c04f35 100644 (file)
@@ -2,8 +2,9 @@
   // See https://go.microsoft.com/fwlink/?LinkId=827846
   // for the documentation about the extensions.json format
   "recommendations": [
-    "eamodio.gitlens",
     "EditorConfig.EditorConfig",
-    "streetsidesoftware.code-spell-checker"
+    "eamodio.gitlens",
+    "standard.vscode-standard",
+    "streetsidesoftware.code-spell-checker",
   ]
 }