Skip to content

Instantly share code, notes, and snippets.

@allanbian1017
Last active January 12, 2018 03:31
Show Gist options
  • Save allanbian1017/97e6f6b068a3d05f2cdf0ad51f1997cd to your computer and use it in GitHub Desktop.
Save allanbian1017/97e6f6b068a3d05f2cdf0ad51f1997cd to your computer and use it in GitHub Desktop.
Prettier config template
{
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "always",
"trailingComma": "es5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment