Skip to content

Instantly share code, notes, and snippets.

@guamacherox
Created March 18, 2020 12:23
Show Gist options
  • Save guamacherox/2860da4e7e7485e82accd0677967f564 to your computer and use it in GitHub Desktop.
Save guamacherox/2860da4e7e7485e82accd0677967f564 to your computer and use it in GitHub Desktop.
My Prettier Conf
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": true,
"bracketSpacing": true,
"printWidth": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment