openpanel/packages/live-previews/.prettierrc
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

9 lines
172 B
Plaintext

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