Skip to content

Instantly share code, notes, and snippets.

@gabriellukke
Last active December 16, 2022 21:41
Show Gist options
  • Save gabriellukke/cc1a5d90165fa06da1eac04296dc02f3 to your computer and use it in GitHub Desktop.
Save gabriellukke/cc1a5d90165fa06da1eac04296dc02f3 to your computer and use it in GitHub Desktop.
Default Prettierrc
{
"arrowParens": "always",
"bracketSpacing": true,
"editorconfig": true,
"endOfLine": "lf",
"printWidth": 80,
"semi": true,
"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