Skip to content

Instantly share code, notes, and snippets.

@nicolasmendonca
Created November 30, 2019 01:41
Show Gist options
  • Save nicolasmendonca/9f793d9524a11ae0bd71844e1468ed0c to your computer and use it in GitHub Desktop.
Save nicolasmendonca/9f793d9524a11ae0bd71844e1468ed0c to your computer and use it in GitHub Desktop.
My preferred prettier setup
{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"trailingComma": "es5",
"endOfLine": "lf",
"printWidth": 80,
"semi": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment