Skip to content

Instantly share code, notes, and snippets.

@adil1214
Created February 21, 2019 17:54
Show Gist options
  • Save adil1214/7521bf0af69508dfd7fa91ada3ace4c4 to your computer and use it in GitHub Desktop.
Save adil1214/7521bf0af69508dfd7fa91ada3ace4c4 to your computer and use it in GitHub Desktop.
My prettier config
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": true,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens":"avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment