Bug 1828719 - Remove omnijar Gradle project from srcdir r=geckoview-reviewers,nalexan...
[gecko.git] / .prettierrc.js
blobf80499fe0e947cdb4a887ad00e6c16b73dd4067f
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* eslint-env node */
7 module.exports = {
8   endOfLine: "lf",
9   printWidth: 80,
10   tabWidth: 2,
11   trailingComma: "es5",