mirror of
https://github.com/supabase/supabase.git
synced 2026-05-19 03:17:08 +08:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"endOfLine": "lf"
|
|
}
|