wallet-core/packages/idb-bridge/.prettierrc

6 lines
85 B
Plaintext
Raw Normal View History

2019-06-15 22:44:54 +02:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}