wallet-core/.prettierrc

6 lines
85 B
Plaintext
Raw Normal View History

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}