Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
0bc5e57ac1d50428bf043fd7ea152b5f354c41a2
/
.
/
.prettierrc.js
blob: ce3f0a3a267ebc00e0ce343153e67ed117a98bf7 [
file
] [
log
] [
blame
] [
raw
]
module
.
exports
=
{
trailingComma
:
'all'
,
printWidth
:
120
,
singleQuote
:
true
,
arrowParens
:
'avoid'
,
tabWidth
:
4
,
bracketSpacing
:
false
,
proseWrap
:
'always'
,
overrides
:
[
{
files
:
'*.{yml,json,md}'
,
options
:
{
tabWidth
:
2
,
},
},
],
};