Revision e0003915d5861b0290be7193ec1b086b1927c2ae authored by alwu on 04 April 2024, 23:02:20 UTC, committed by alwu on 04 April 2024, 23:02:20 UTC
Differential Revision: https://phabricator.services.mozilla.com/D205893
1 parent aba4f07
Raw File
.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