Skip to content

Instantly share code, notes, and snippets.

@marceloag
Last active April 11, 2023 13:56
Show Gist options
  • Save marceloag/e8b6eb66d146a5553cd6fa5b6a4f30c1 to your computer and use it in GitHub Desktop.
Save marceloag/e8b6eb66d146a5553cd6fa5b6a4f30c1 to your computer and use it in GitHub Desktop.
Prettier config
{
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"tabWidth": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment