Skip to content

Instantly share code, notes, and snippets.

@vincedgy
Created October 13, 2019 13:54
Show Gist options
  • Save vincedgy/658023fcdca718dedc68a2a2f13ee4f0 to your computer and use it in GitHub Desktop.
Save vincedgy/658023fcdca718dedc68a2a2f13ee4f0 to your computer and use it in GitHub Desktop.
My prettier conf
{
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 80,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment