UNPKG
@root/hexdump
Version:
latest (1.1.1)
1.1.1
1.1.0
Like hexdump on *nix, but in JavaScript.
git.rootprojects.org/root/hexdump.js
@root/hexdump
/
.prettierrc
9 lines
(8 loc)
•
136 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"bracketSpacing"
:
true
,
"printWidth"
:
120
,
"singleQuote"
:
true
,
"tabWidth"
:
4
,
"trailingComma"
:
"none"
,
"useTabs"
:
true
}