Disable Line Ending Normalization

suggest change

Create a .gitattributes file in the project root containing:

* -text

This is equivalent to setting core.autocrlf = false.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


.gitattributes:
*Disable Line Ending Normalization

Table Of Contents