open-saas/app/.prettierrc
vincanger 42e1da4aa5 add file upload page & actions
improve fetching download url
2024-02-07 11:34:19 -05:00

10 lines
153 B
Plaintext

{
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 2,
"jsxSingleQuote": true,
"printWidth": 120
}