gecko-dev/.prettierrc

11 строки
184 B
Plaintext

{
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [{
"files": ["*.html", "*.xhtml"],
"options": { "parser": "babel" }
}]
}