<%#
  The default style follows the one used in the vuejs/create-vue repository
  <https://github.com/vuejs/create-vue/blob/main/.prettierrc>
%>
{
  "$schema": "https://json.schemastore.org/prettierrc",
  "semi": false,
  "singleQuote": true,
  "printWidth": 100<%_ if (needsOxlint || needsOxfmt) { _%>,
  "plugins": [
    "@prettier/plugin-oxc"
  ]
  <%_ } _%>
}
