Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codewithgun/6c87c73808244e750fbc3f40fc99e106 to your computer and use it in GitHub Desktop.
Save codewithgun/6c87c73808244e750fbc3f40fc99e106 to your computer and use it in GitHub Desktop.
My prettier configuration
{
"printWidth": 180,
"tabWidth": null,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment