2
0
mirror of https://git.coolaj86.com/coolaj86/hexdump.js.git synced 2025-05-09 18:56:33 +00:00
hexdump.js/.prettierrc

9 lines
136 B
Plaintext

{
"bracketSpacing": true,
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": true
}