mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
65633fd59e
Differential Revision: https://phabricator.services.mozilla.com/D44555 --HG-- extra : moz-landing-system : lando
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"overrides": [{
|
|
"files": ["*.html", "*.xhtml"],
|
|
"options": { "parser": "babel" }
|
|
}]
|
|
}
|