Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
gpuweb
/
cts
/
refs/heads/main
/
.
/
prettier.config.js
blob: 9f4053f719e77ba6d2cc2df8c84ad145006d4afb [
file
] [
log
] [
blame
]
module
.
exports
=
{
printWidth
:
100
,
arrowParens
:
'avoid'
,
bracketSpacing
:
true
,
singleQuote
:
true
,
trailingComma
:
'es5'
,
};