From 87530ebab9dc9ecad07d20bdc6520bf86c10b147 Mon Sep 17 00:00:00 2001 From: Michael Uloth Date: Mon, 5 Jun 2023 22:12:42 -0400 Subject: [PATCH] format webc as html --- .prettierrc.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.prettierrc.yaml b/.prettierrc.yaml index a308018..dc14f51 100644 --- a/.prettierrc.yaml +++ b/.prettierrc.yaml @@ -5,6 +5,11 @@ endOfLine: lf htmlWhitespaceSensitivity: css insertPragma: false jsxSingleQuote: false +# see: https://prettier.io/docs/en/configuration.html#setting-the-parserdocsenoptionshtmlparser-option +overrides: + - files: ['*.webc'] + options: + parser: 'html' # see: https://prettier.io/docs/en/plugins.html plugins: ['prettier-plugin-toml'] printWidth: 100