Skip to content

Instantly share code, notes, and snippets.

@PerpetualWar
Last active June 30, 2019 08:21
Show Gist options
  • Save PerpetualWar/82cbc10201e83338772c569a86f98a07 to your computer and use it in GitHub Desktop.
Save PerpetualWar/82cbc10201e83338772c569a86f98a07 to your computer and use it in GitHub Desktop.
My prettier config
{
"printWidth": 80,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment