Skip to content

Instantly share code, notes, and snippets.

@trival
Created December 20, 2018 15:51
Show Gist options
  • Save trival/8a667f8bfaf3caa0b62ee3f4a1445bd9 to your computer and use it in GitHub Desktop.
Save trival/8a667f8bfaf3caa0b62ee3f4a1445bd9 to your computer and use it in GitHub Desktop.
default prettier config
{
"trailingComma": "all",
"semi": false,
"singleQuote": true,
"useTabs": true,
"bracketSpacing": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment