Bug 1589508 - Fix three xpinstall/browser_enabled* tests r=mixedpuppy
[gecko.git] / .prettierrc
blob48a22094c3f42eb58909905e9550363825fd8db5
2   "printWidth": 80,
3   "tabWidth": 2,
4   "trailingComma": "es5",
5   "overrides": [{
6     "files": ["*.html", "*.xhtml"],
7     "options": { "parser": "babel" }
8   }]