Skip to content

Commit

Permalink
Merge pull request #818 from glific/prettier-fix
Browse files Browse the repository at this point in the history
Fixed prettier error for windows
  • Loading branch information
DigneshGujarathi authored Dec 15, 2020
2 parents 499eab3 + baf0867 commit 17878ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto"
}

0 comments on commit 17878ee

Please sign in to comment.