walletconnect/.prettierrc.json
alexandermake 5acc24e730 init()
2025-05-07 19:49:59 +03:00

10 lines
198 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": false,
"singleAttributePerLine": true,
"printWidth": 120,
"trailingComma": "none"
}