Skip to content

Commit

Permalink
format webc as html
Browse files Browse the repository at this point in the history
  • Loading branch information
ooloth committed Jun 6, 2023
1 parent 084bee3 commit 87530eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87530eb

Please sign in to comment.