Skip to content

Commit

Permalink
Added Auto End of Line
Browse files Browse the repository at this point in the history
This simplifies cross platform dev
  • Loading branch information
JohnCampionJr committed Jan 5, 2021
1 parent fea6f71 commit 27becd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ClientApp/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100
"printWidth": 100,
"endOfLine": "auto"
}

0 comments on commit 27becd3

Please sign in to comment.