Skip to content

Instantly share code, notes, and snippets.

@andrejsharapov
Created November 3, 2022 06:27
Show Gist options
  • Save andrejsharapov/bbeb123931834f151b0821a7221b1f0a to your computer and use it in GitHub Desktop.
Save andrejsharapov/bbeb123931834f151b0821a7221b1f0a to your computer and use it in GitHub Desktop.
.prettierrc
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment