Skip to content

Commit

Permalink
fix: align prettier config with code formatting conventions
Browse files Browse the repository at this point in the history
Fixes #285
  • Loading branch information
mike-north committed Jan 7, 2019
1 parent aafddcc commit 0b0e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none",
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2,
"printWidth": 120,
Expand Down

0 comments on commit 0b0e15f

Please sign in to comment.