Skip to content

Instantly share code, notes, and snippets.

@md-redwan-hossain
Created July 22, 2022 11:55
Show Gist options
  • Save md-redwan-hossain/840d74b8a4d459c0d0752b1340a311d2 to your computer and use it in GitHub Desktop.
Save md-redwan-hossain/840d74b8a4d459c0d0752b1340a311d2 to your computer and use it in GitHub Desktop.
prettier config
{
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment