Skip to content

Instantly share code, notes, and snippets.

@aiherrera
Last active April 23, 2023 03:50
Show Gist options
  • Save aiherrera/b726e03596cbc455ed049887025be8cb to your computer and use it in GitHub Desktop.
Save aiherrera/b726e03596cbc455ed049887025be8cb to your computer and use it in GitHub Desktop.
Prettier configuration for supabase edge functions
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"sqlKeywordCase": "lower"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment