Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
775f0807cf68d2ac7c464f30a5ea32be9267f33b
/
.
/
.prettierrc.json
blob: a7d683b1c2517638a9c37f8f41446416784c2f82 [
file
] [
log
] [
blame
]
{
"$schema"
:
"http://json.schemastore.org/prettierrc"
,
"printWidth"
:
80
,
"tabWidth"
:
4
,
"useTabs"
:
false
,
"semi"
:
true
,
"trailingComma"
:
"all"
,
"bracketSpacing"
:
true
,
"jsxBracketSameLine"
:
false
,
"arrowParens"
:
"avoid"
,
"proseWrap"
:
"always"
}