mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid"
|
|
}
|