You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Behavior is currently breaking based on if the package is checked out with Windows-style line endings vs. Unix-style line endings. It is likely that Mac-style line endings may also have problems. Likely this is a problem somewhere in the regexes used. It affects at least:
There are other symptoms. For now git config --global core.autocrlf false will help if you are doing development, since the repository is committed with Unix-style line endings.
The text was updated successfully, but these errors were encountered:
Behavior is currently breaking based on if the package is checked out with Windows-style line endings vs. Unix-style line endings. It is likely that Mac-style line endings may also have problems. Likely this is a problem somewhere in the regexes used. It affects at least:
There are other symptoms. For now
git config --global core.autocrlf false
will help if you are doing development, since the repository is committed with Unix-style line endings.The text was updated successfully, but these errors were encountered: