Skip to content

Instantly share code, notes, and snippets.

@SumirVats2003
Created January 14, 2024 17:43
Show Gist options
  • Save SumirVats2003/37b059041b892bc33e1391318b94c953 to your computer and use it in GitHub Desktop.
Save SumirVats2003/37b059041b892bc33e1391318b94c953 to your computer and use it in GitHub Desktop.
Prettier config
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 80,
"proseWrap": "always",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment