ClrCoder / ClrSeed

.Net project template (fork me to start your new project)
MIT License
0 stars 1 forks source link

Research current Git behavior regarding line enging processing. #6

Closed dmitriyse closed 5 years ago

dmitriyse commented 5 years ago

Build a matrix: Rows: File line endings: LF, CRLF, Mixed Columns: Expected line endings:

Each cell should contain line-ending that is actually committed to the repo.

dmitriyse commented 5 years ago

Research shows that .gitattributes configuration can protect git repository from the "CRLF" infection.