Skip to content

Instantly share code, notes, and snippets.

@AxeemHaider
Created May 28, 2022 09:20
Show Gist options
  • Save AxeemHaider/47cfb71302cf0206874ca17c24bbf1f2 to your computer and use it in GitHub Desktop.
Save AxeemHaider/47cfb71302cf0206874ca17c24bbf1f2 to your computer and use it in GitHub Desktop.
Prettier Default config
{
"arrowParens": "always",
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment