Skip to content

Instantly share code, notes, and snippets.

@taniarascia
Created September 11, 2018 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taniarascia/09baebe7fe3fd65fe9b9fa1f3758b74c to your computer and use it in GitHub Desktop.
Save taniarascia/09baebe7fe3fd65fe9b9fa1f3758b74c to your computer and use it in GitHub Desktop.
Prettier
{
"semi": false,
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"bracketSpacing": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment