Skip to content

Instantly share code, notes, and snippets.

@meeglos
Created May 14, 2023 21:52
Show Gist options
  • Save meeglos/aabe28cdc00cbea0028d573f16c8e4d7 to your computer and use it in GitHub Desktop.
Save meeglos/aabe28cdc00cbea0028d573f16c8e4d7 to your computer and use it in GitHub Desktop.
Prettier configuration file
{
"singleAttributePerLine": true,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "avoid"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment