Bug 1578166 [wpt PR 18786] - No need to invalidate style in an empty document., a...
[gecko.git] / .prettierrc
blob48a22094c3f42eb58909905e9550363825fd8db5
2   "printWidth": 80,
3   "tabWidth": 2,
4   "trailingComma": "es5",
5   "overrides": [{
6     "files": ["*.html", "*.xhtml"],
7     "options": { "parser": "babel" }
8   }]