UNPKG
fix-over-tcp
Version:
latest (0.0.1)
0.0.1
Custom TCP FIX protocol(beta
gitlab.com/dropyourcoffee/fix-over-tcp
fix-over-tcp
/
prettier.config.js
8 lines
(7 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
trailingComma:
'none'
,
tabWidth:
4
,
semi:
true
,
singleQuote:
true
,
arrowParens:
'always'
}
;