web-wallet/example/frontend/.prettierrc

8 lines
142 B
Text
Raw Normal View History

{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"quoteProps": "as-needed",
"htmlWhitespaceSensitivity": "ignore",
}