mempool/mempool.js/.prettierrc

7 lines
83 B
Plaintext
Raw Normal View History

2021-02-08 16:54:37 -03:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"printWidth": 80
}