UNPKG
libbase64
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.2.0
0.1.0
Encode and decode base64 encoded strings
github.com/nodemailer/libbase64
nodemailer/libbase64
libbase64
/
.prettierrc.js
9 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports
=
{
printWidth:
160
,
tabWidth:
4
,
singleQuote:
true
,
endOfLine:
'lf'
,
trailingComma:
'none'
,
arrowParens:
'avoid'
}
;