Skip to content

Instantly share code, notes, and snippets.

@KennFatt
Created September 13, 2020 16:52
Show Gist options
  • Save KennFatt/76366c20c4d5238197a11b2b8c35fa3d to your computer and use it in GitHub Desktop.
Save KennFatt/76366c20c4d5238197a11b2b8c35fa3d to your computer and use it in GitHub Desktop.
My personal prettier rc file.
{
"semi": false,
"jsxBracketSameLine": true,
"proseWrap": "never",
"embeddedLanguageFormatting": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment