Closed lapo-luchini closed 5 months ago
Two files have been committed with different EOLs than all the rest of the project. I added a .gitattribues file to force it to LF in order to normalize it, then I executed: git add --renormalize .
.gitattribues
git add --renormalize .
Two files have been committed with different EOLs than all the rest of the project. I added a
.gitattribues
file to force it to LF in order to normalize it, then I executed:git add --renormalize .