Sign in
fuchsia
/
third_party
/
github.com
/
project-chip
/
zap
/
refs/heads/upstream/dependabot/npm_and_yarn/nanoid-3.3.8
/
.
/
.prettierrc
blob: ed1f6ede2b364694b8d67d363d3b886aaf9bfa96 [
file
] [
log
] [
blame
] [
edit
]
{
"semi"
:
false
,
"overrides"
:
[
{
"files"
:
"src-electron/generator/matter/**/*.js"
,
"options"
:
{
"semi"
:
true
}
}
],
"singleQuote"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"arrowParens"
:
"always"
,
"trailingComma"
:
"none"
}