Sign in
apache
/
hertzbeat
/
HEAD
/
.
/
web-app
/
.prettierrc.js
blob: 26ba9009b839c071e6cc92861e5dbd213ac69f39 [
file
] [
log
] [
blame
]
module
.
exports
=
{
singleQuote
:
true
,
useTabs
:
false
,
printWidth
:
140
,
tabWidth
:
2
,
semi
:
true
,
htmlWhitespaceSensitivity
:
'strict'
,
arrowParens
:
'avoid'
,
bracketSpacing
:
true
,
proseWrap
:
'preserve'
,
trailingComma
:
'none'
,
endOfLine
:
'lf'
};