Skip to content

Instantly share code, notes, and snippets.

@chanlito
Last active May 21, 2018 14:40
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 chanlito/c30411c753de556ec31942c05cff253a to your computer and use it in GitHub Desktop.
Save chanlito/c30411c753de556ec31942c05cff253a to your computer and use it in GitHub Desktop.
Prettier
{
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment