freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

fix: convert crlf to lf #1

Closed ojeytonwilliams closed 2 years ago

ojeytonwilliams commented 2 years ago

Checklist:

Hey @RuolinZheng08 this should not change anything at your end, but it means all the line endings get committed as just lf rather than crlf. This should make sure I don't break your code by using Linux!