From 5487fbc04842f72a17558c61776947e8e6a27c4f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 5 May 2022 12:30:00 +0100 Subject: [PATCH] Set formatter to prettier Although this will only work with the extension installed --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6889f44..5b43834 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.insertSpaces": true, "editor.tabSize": 2 }