OpenPanel/packages/live-previews/.prettierrc
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

9 lines
172 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"tabWidth": 4,
"trailingComma": "all",
"printWidth": 80,
"singleQuote": false
}