Skip to content

Instantly share code, notes, and snippets.

@aleduca
Last active April 9, 2023 16:30
Show Gist options
  • Save aleduca/dc3d39de4a224e807a97f83a33459a03 to your computer and use it in GitHub Desktop.
Save aleduca/dc3d39de4a224e807a97f83a33459a03 to your computer and use it in GitHub Desktop.
Prettier config
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment