Skip to content

Instantly share code, notes, and snippets.

@bjanderson
Last active May 25, 2024 11:28
Show Gist options
  • Select an option

  • Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.

Select an option

Save bjanderson/82fb3a9b51ae2f1556aeae3303e16560 to your computer and use it in GitHub Desktop.
my prettierrc
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": true,
"jsxSingleQuote": true,
"quoteProps": "as-needed",
"printWidth": 100,
"proseWrap": "preserve",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useEditorConfig": true,
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment