Skip to content

Instantly share code, notes, and snippets.

@deandex
Last active November 9, 2019 15:44
Show Gist options
  • Save deandex/9c4de9ecf2ac983efe30d72e29014a51 to your computer and use it in GitHub Desktop.
Save deandex/9c4de9ecf2ac983efe30d72e29014a51 to your computer and use it in GitHub Desktop.
VSCode Prettier Config
{
"bracketSpacing": true,
"endOfLine": "lf",
"jsxBracketSameLine": false,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment