Skip to content

Instantly share code, notes, and snippets.

@skulptur
Created February 2, 2019 02:19
Show Gist options
  • Save skulptur/8b7b23bdffdd42e712b575a813f916d5 to your computer and use it in GitHub Desktop.
Save skulptur/8b7b23bdffdd42e712b575a813f916d5 to your computer and use it in GitHub Desktop.
The best prettier settings ever
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment