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
Enforce that line endings are always stored as LF in git tree (verybadcat#250)
* Initial plan
* Add .gitattributes to fix cross-platform formatting
Normalizes line endings to LF in repository while allowing platform-native
checkouts (CRLF on Windows, LF on Linux). Verified that dotnet format passes
on both platforms without requiring end_of_line in .editorconfig.
Co-authored-by: Happypig375 <19922066+Happypig375@users.noreply.github.com>
* Enforce automatic CRLF to LF conversion
* Update workflows while we're at it
* Fix Release workflow
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Happypig375 <19922066+Happypig375@users.noreply.github.com>
Co-authored-by: Hadrian Tang <hadrianwttang@outlook.com>
# .NET Core MSBuild cannot parse , and ; correctly so we replace them with MSBuild XML escapes: https://github.com/dotnet/msbuild/issues/471#issuecomment-366268743
0 commit comments