https://github.com/mozilla/gecko-dev
Revision 6e2c6b58ff1476211c252b84d417365a2de3701e authored by ffxbld on 23 May 2024, 11:04:44 UTC, committed by ffxbld on 23 May 2024, 11:04:44 UTC
Differential Revision: https://phabricator.services.mozilla.com/D211350
1 parent 4fe842d
Raw File
Tip revision: 6e2c6b58ff1476211c252b84d417365a2de3701e authored by ffxbld on 23 May 2024, 11:04:44 UTC
No Bug, mozilla-beta repo-update HSTS HPKP remote-settings mobile-experiments - a=repo-update r=pascalc
Tip revision: 6e2c6b5
.prettierrc.js
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* eslint-env node */

module.exports = {
  arrowParens: "avoid",
  endOfLine: "lf",
  printWidth: 80,
  tabWidth: 2,
  trailingComma: "es5",
};
back to top