Skip to content

Instantly share code, notes, and snippets.

@andyperlitch
Created September 12, 2019 04:52
Show Gist options
  • Save andyperlitch/0b08d6eeb2127401781ec69eb8662b5d to your computer and use it in GitHub Desktop.
Save andyperlitch/0b08d6eeb2127401781ec69eb8662b5d to your computer and use it in GitHub Desktop.
Blandy's prettier config
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"proseWrap": "preserve"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment