I'm trying to create a .gitattribute
file on Windows 10 while storing my checkout and repo on OneDrive. I'm trying to correct the CRLF issue with some CSVs I keep having to upload, but putting them in the repo with the CRLF makes every line in the file read as changed because the ones in the repo only have LF.
According to this answer you have to name the file .gitattribute.
on windows to be able to fix the CRLF issue.
I'm using the following version of git:
git version 2.19.0.windows.1