Bug 1610307 [wpt PR 21266] - Update wpt metadata, a=testonly
[gecko.git] / .prettierrc
blobd4e690c90135f2d34ee752a881b0a454e45532e5
2   "endOfLine": "lf",
3   "printWidth": 80,
4   "tabWidth": 2,
5   "trailingComma": "es5",
6   "overrides": [{
7     "files": ["*.html", "*.xhtml"],
8     "options": { "parser": "babel" }
9   }]