Skip to content

Instantly share code, notes, and snippets.

@akatakritos
Created March 1, 2020 20:03
Show Gist options
  • Save akatakritos/51ebfa962e1b54586369a98d2d01615d to your computer and use it in GitHub Desktop.
Save akatakritos/51ebfa962e1b54586369a98d2d01615d to your computer and use it in GitHub Desktop.
.prettierrc
{
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"trailingComma": "es5",
"bracketSpacing": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment