Skip to content

Instantly share code, notes, and snippets.

@GitToDaChoppa
Last active January 5, 2022 18:07
Show Gist options
  • Select an option

  • Save GitToDaChoppa/b87f1aff6bf0fdf68bda411f47bd83c2 to your computer and use it in GitHub Desktop.

Select an option

Save GitToDaChoppa/b87f1aff6bf0fdf68bda411f47bd83c2 to your computer and use it in GitHub Desktop.
... prettier config ...
{
"tabWidth": 2,
"useTabs": true,
"jsxSingleQuote": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80,
"bracketSameLine": false,
"quoteProps": "as-needed"
}
{
"tabWidth": 4,
"useTabs": true,
"jsxSingleQuote": true,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 80,
"bracketSameLine": false,
"quoteProps": "as-needed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment