Skip to content

Instantly share code, notes, and snippets.

@Tvido
Created August 31, 2021 10:08
Show Gist options
  • Save Tvido/572c8e8d0e536c2784aad0fcdc160181 to your computer and use it in GitHub Desktop.
Save Tvido/572c8e8d0e536c2784aad0fcdc160181 to your computer and use it in GitHub Desktop.
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment