Skip to content

Instantly share code, notes, and snippets.

@artmsv
Created June 5, 2019 13:34
Show Gist options
  • Save artmsv/92279230a0ad7dbde05319d0693ccb8e to your computer and use it in GitHub Desktop.
Save artmsv/92279230a0ad7dbde05319d0693ccb8e to your computer and use it in GitHub Desktop.
Prettier default config
{
"arrowParens": "avoid",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"printWidth": 80,
"proseWrap": "always",
"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