Skip to content

Instantly share code, notes, and snippets.

@SpenceDiNicolantonio
Last active April 28, 2024 04:15
Show Gist options
  • Save SpenceDiNicolantonio/f29039f12dc1efed50ec5ddedf1fe8d8 to your computer and use it in GitHub Desktop.
Save SpenceDiNicolantonio/f29039f12dc1efed50ec5ddedf1fe8d8 to your computer and use it in GitHub Desktop.
Prettier config #config #template
{
"bracketSameLine": true,
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment