Files
supabase/.prettierrc
2023-02-22 13:31:22 +08:00

10 lines
157 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"sqlKeywordCase": "lower"
}