Skip to content

Instantly share code, notes, and snippets.

@infrasync
Last active August 20, 2020 11:48
Show Gist options
  • Save infrasync/de5ced54d3482752724eadc68b29c229 to your computer and use it in GitHub Desktop.
Save infrasync/de5ced54d3482752724eadc68b29c229 to your computer and use it in GitHub Desktop.
My prettierr config
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment