Skip to content

Instantly share code, notes, and snippets.

@197291
Created May 29, 2019 09:56
Show Gist options
  • Save 197291/116aa6d02cc3204670a6e464401f8f64 to your computer and use it in GitHub Desktop.
Save 197291/116aa6d02cc3204670a6e464401f8f64 to your computer and use it in GitHub Desktop.
Prettier configuration file
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "lf"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment