gecko-dev/.prettierrc
Mark Banner 8365798b9c Bug 1601681 - Re-enable unix-line endings on ESLint controlled files. r=mossop
This was accidentally regressed to match existing line endings in the switch to prettier.

Differential Revision: https://phabricator.services.mozilla.com/D55991

--HG--
extra : moz-landing-system : lando
2019-12-11 08:12:57 +00:00

11 lines
184 B
Plaintext

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