Closed stephenjason89 closed 2 years ago
That's awesome! Do you know why all lines are being considered changed?
@microcipcip I'm not sure, but most probably because of the line breaks? I'm on mac. So might be because it's using LF and not CRLF?
On my other projects I use all LF line ending on my projects. I use .gitattributes file to enforce my line ending
* text=auto
here's the article https://www.aleksandrhovhannisyan.com/blog/crlf-vs-lf-normalizing-line-endings-in-git/#a-simple-gitattributes-config
I see, I may have to convert all files to that.
@microcipcip maybe you can also use gitattributes to force convertion to CRLF to match the project? I just keep mine in auto though 😅
I'll do that as well, good point!
Updated type definitions