Skip to content

Instantly share code, notes, and snippets.

@gufranco
Last active November 8, 2019 20:20
Show Gist options
  • Save gufranco/2dc0a9210331be184dc88b15718e64b7 to your computer and use it in GitHub Desktop.
Save gufranco/2dc0a9210331be184dc88b15718e64b7 to your computer and use it in GitHub Desktop.
{
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"quoteProps": "as-needed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment