Skip to content

Instantly share code, notes, and snippets.

@edo9k
Last active July 30, 2019 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edo9k/d4e5c170047b52a27b62dcdb2db64baf to your computer and use it in GitHub Desktop.
Save edo9k/d4e5c170047b52a27b62dcdb2db64baf to your computer and use it in GitHub Desktop.
ma prettier configs
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"insertPragma": true,
"jsxBracketSameLine": true,
"printWidth": 120,
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment