Skip to content

Instantly share code, notes, and snippets.

@wazeerc
Last active September 7, 2024 07:12
Show Gist options
  • Save wazeerc/f4eeb542cde502b3dff6140050985cf4 to your computer and use it in GitHub Desktop.
Save wazeerc/f4eeb542cde502b3dff6140050985cf4 to your computer and use it in GitHub Desktop.
My preferred Prettier config 🪄
{
"printWidth": 85,
"arrowParens": "avoid",
"tabWidth": 2,
"singleQuote": false,
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment