Skip to content

Instantly share code, notes, and snippets.

@hising
Created September 12, 2018 08:58
Embed
What would you like to do?
My prettierrc
{
"singleQuote": true,
"printWidth": 80,
"useTabs": false,
"tabWidth": 2,
"jsxBracketSameLine": true,
"semi": true,
"bracketSpacing": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment