From 8369da9a2043d5b97b6465f650f8d99c55551790 Mon Sep 17 00:00:00 2001 From: Declan Chidlow <84255570+DeclanChidlow@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:14:44 +0800 Subject: [PATCH] chore: upload prettier config --- .prettierrc.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .prettierrc.yml diff --git a/.prettierrc.yml b/.prettierrc.yml new file mode 100644 index 0000000..482ae25 --- /dev/null +++ b/.prettierrc.yml @@ -0,0 +1,19 @@ +# https://prettier.io/docs/en/options +# https://vale.rocks/posts/my-code-formatting-guidelines + +printWidth: 200 +useTabs: true +semi: true +singleQuote: false +quoteProps: consistent +jsxSingleQuote: false +trailingComma: all +bracketSpacing: true +bracketSameLine: true +arrowParens: always +proseWrap: preserve +htmlWhitespaceSensitivity: css +vueIndentScriptAndStyle: true +endOfLine: lf +embeddedLanguageFormatting: auto +singleAttributePerLine: false -- 2.51.2