Skip to content

Instantly share code, notes, and snippets.

@joshnavdev
Last active November 3, 2022 22:46
Show Gist options
  • Save joshnavdev/d6769318c6a1d7985f4c9697a89d3521 to your computer and use it in GitHub Desktop.
Save joshnavdev/d6769318c6a1d7985f4c9697a89d3521 to your computer and use it in GitHub Desktop.
Prettier basic configuration
{
"semi": true,
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5",
"bracketSameLine": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment