Skip to content

Instantly share code, notes, and snippets.

@ironbyte
Created March 10, 2019 14:58
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 ironbyte/384e7099d57d2422ffa033d6d86600f5 to your computer and use it in GitHub Desktop.
Save ironbyte/384e7099d57d2422ffa033d6d86600f5 to your computer and use it in GitHub Desktop.
My preferred Prettier config file
{
"arrowParens": "always",
"printWidth": 140,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"semi": true,
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment