OpenPanel/packages/live-previews/.prettierrc
2024-02-05 10:23:04 +01:00

9 lines
172 B
Plaintext

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