Skip to content

Instantly share code, notes, and snippets.

@ipiranhaa
Created October 10, 2022 03:12
Show Gist options
  • Save ipiranhaa/049c78fb21bcd0e05e067f19f5389493 to your computer and use it in GitHub Desktop.
Save ipiranhaa/049c78fb21bcd0e05e067f19f5389493 to your computer and use it in GitHub Desktop.
The Prettier configuration template
{
"arrowParens": "always",
"printWidth": 120,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"semi": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment