Skip to content

Instantly share code, notes, and snippets.

@deadkff01
Created July 19, 2019 13:05
Show Gist options
  • Save deadkff01/34d418fabb31b9902b7098fc5614afca to your computer and use it in GitHub Desktop.
Save deadkff01/34d418fabb31b9902b7098fc5614afca to your computer and use it in GitHub Desktop.
Prettier config
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment