Skip to content

Instantly share code, notes, and snippets.

@web2ls
Last active July 13, 2021 20:39
Show Gist options
  • Select an option

  • Save web2ls/223623b2cc6e69d4ee6c7ba14ff59584 to your computer and use it in GitHub Desktop.

Select an option

Save web2ls/223623b2cc6e69d4ee6c7ba14ff59584 to your computer and use it in GitHub Desktop.
.prettierrc example
{
"trailingComma": "es5",
"printWidth": 200,
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment