mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
8365798b9c
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
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
{
|
|
"endOfLine": "lf",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"overrides": [{
|
|
"files": ["*.html", "*.xhtml"],
|
|
"options": { "parser": "babel" }
|
|
}]
|
|
}
|