robosats/mobile/.prettierrc

10 lines
158 B
Plaintext
Raw Normal View History

{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": true,
"bracketSpacing": true
2024-10-19 13:33:55 +00:00
}