microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

set autocrlf to false in containers #232

Closed Javagedes closed 1 year ago

Javagedes commented 1 year ago

core.autocrlf = true is a common pitfall when edk2 developers create a new file. It is always suggested to have this git config value turned off when developing EDKII UEFI firmware. Updates the container to have this git config set as expected.