Sign in
apache
/
streampipes
/
46de302e905a556a3e8682d5845ea92552318dc7
/
.
/
ui
/
.prettierrc.json
blob: f67b93d64ac203362d53bac9f0b7c4c0e620c92d [
file
] [
log
] [
blame
]
{
"printWidth"
:
80
,
"tabWidth"
:
4
,
"endOfLine"
:
"auto"
,
"singleQuote"
:
true
,
"quoteProps"
:
"consistent"
,
"trailingComma"
:
"all"
,
"arrowParens"
:
"avoid"
,
"overrides"
:
[
{
"files"
:
[
"*.md"
,
"*.json"
,
"*.conf.js"
],
"options"
:
{
"tabWidth"
:
2
}
}
]
}