repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1944367 - Prevent exceptions in Android native stack trace code from stopping...
[gecko.git]
/
.prettierrc.js
blob
44b8e90381a1601e31ab8f9058fff48f721c97f3
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/. */
4
5
/* eslint-env node */
6
7
module
.
exports
= {
8
arrowParens
:
"avoid"
,
9
endOfLine
:
"lf"
,
10
printWidth
:
80
,
11
tabWidth
:
2
,
12
trailingComma
:
"es5"
,
13
};