Skip to content

Instantly share code, notes, and snippets.

@hspotted
Created January 15, 2025 12:00
Show Gist options
  • Select an option

  • Save hspotted/14709e5ab08eef07e02310d360bf5d9b to your computer and use it in GitHub Desktop.

Select an option

Save hspotted/14709e5ab08eef07e02310d360bf5d9b to your computer and use it in GitHub Desktop.
Prettier Settings
{
"arrowParens": "always",
"bracketSpacing": true,
"experimentalTernaries": true,
"jsxSingleQuote": false,
"printWidth": 100,
"semi": false,
"singleAttributePerLine": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment