microsoft-authentication-extensions-for-python icon indicating copy to clipboard operation
microsoft-authentication-extensions-for-python copied to clipboard

Windows-style line ending all over the place

Open bluca opened this issue 3 years ago • 0 comments

The diff between 0.3.1 and 1.0.0 contains a lot of Windows-style line endings (CRLF) in many places.

Please consider enforcing LF-only line endings, eg, add a .gitattributes with:

* text=auto eol=lf

Developers on Windows who still need CRLF line endings can get them added automatically, and removed on commit, transparently for all repositories, by setting:

git config --global core.autocrlf true

bluca avatar Feb 15 '22 12:02 bluca