Skip to content

Instantly share code, notes, and snippets.

@Wllew4
Created September 14, 2022 02:23
Show Gist options
  • Save Wllew4/cfce5251222f12b2b792aabce0a33bf2 to your computer and use it in GitHub Desktop.
Save Wllew4/cfce5251222f12b2b792aabce0a33bf2 to your computer and use it in GitHub Desktop.
my personal prettier configuration
{
"tabWidth": 4,
"useTabs": true,
"quoteProps": "consistent",
"singleQuote": true,
"semi": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment