microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
398 stars 125 forks source link

adding 'auto' to .gitattributes #899

Closed noshlag closed 2 years ago

noshlag commented 2 years ago

This should resolve the issue with the ThirdPartyNotices.txt file showing up as "modified" because of line ending changes.

See the documentation here for the change that occurs with the 'auto' value for text. https://git-scm.com/docs/gitattributes#Documentation/gitattributes.txt-Settostringvalueauto

noshlag commented 2 years ago

I thought these changes addressed the issue, but after some local testing, I'm no longer certain.