summaryrefslogtreecommitdiff
path: root/.prettierrc.json
blob: a455f4e99641e2eeeecd3bf42bf5315f0689cc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "proseWrap": "always",
  "overrides": [
    {
      "files": "*.liquid",
      "options": {
        "parser": "html"
      }
    }
  ]
}