From 260706c1727dc1f509a53b05daa317dc38ad7aea Mon Sep 17 00:00:00 2001 From: Tasia Date: Thu, 22 Feb 2024 21:31:15 +0100 Subject: [PATCH] chore: copy .prettierrc.yaml over to client.js --- core/client.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/client.js b/core/client.js index b3831adc..21814e92 100644 --- a/core/client.js +++ b/core/client.js @@ -1647,7 +1647,11 @@ async function sourcePretty() { let formatted = await prettier.format(source, { parser: 'babel', plugins: [babel, estree], + trailingComma: 'es5', useTabs: true, + semi: true, + singleQuote: true, + bracketSpacing: false, }); if (source !== formatted) { gEditor.dispatch({