Skip to content

Instantly share code, notes, and snippets.

@InfiniteSynthesis
Created January 4, 2022 20:07
Show Gist options
  • Save InfiniteSynthesis/c58e9298b58a75359c645fdf38d2bd78 to your computer and use it in GitHub Desktop.
Save InfiniteSynthesis/c58e9298b58a75359c645fdf38d2bd78 to your computer and use it in GitHub Desktop.
my prettier setting
{
"printWidth": 120,
"useTabs": true,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "consistent",
"jsxSingleQuote": true,
"trailingComma": "none",
"bracketSameLine": true,
"arrowParens": "always",
"requirePragma": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment