Skip to content

Instantly share code, notes, and snippets.

@ironheart122
Created March 10, 2019 14:58
Show Gist options
  • Save ironheart122/384e7099d57d2422ffa033d6d86600f5 to your computer and use it in GitHub Desktop.
Save ironheart122/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