Bug 1550804 - Add color scheme simulation to the inspector. r=pbro
[gecko.git] / .prettierrc
blob48a22094c3f42eb58909905e9550363825fd8db5
2   "printWidth": 80,
3   "tabWidth": 2,
4   "trailingComma": "es5",
5   "overrides": [{
6     "files": ["*.html", "*.xhtml"],
7     "options": { "parser": "babel" }
8   }]