Sign in
apache
/
streampipes
/
7783d880303ab050695ad662f7f3ad6cfb121b88
/
.
/
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
}
}
]
}