cycles-quartz/examples/transfers/frontend/.prettierrc
Daniel Gushchyan 14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00

10 lines
196 B
Text

{
"quoteProps": "consistent",
"singleQuote": true,
"semi": false,
"singleAttributePerLine": true,
"tailwindFunctions": ["twJoin", "twMerge"],
"tabWidth": 2,
"trailingComma": "all"
}