Sign in
fuchsia
/
third_party
/
github.com
/
joelspadin
/
tree-sitter-devicetree
/
refs/heads/main
/
.
/
.prettierrc.json
blob: da0208b720f982f22a859e670583557080fe07b1 [
file
] [
edit
]
{
"trailingComma"
:
"es5"
,
"tabWidth"
:
4
,
"semi"
:
true
,
"singleQuote"
:
true
,
"endOfLine"
:
"auto"
,
"overrides"
:
[
{
"files"
:
[
"*.json"
,
"*.yml"
,
"*.yaml"
],
"options"
:
{
"tabWidth"
:
2
}
}
]
}