Hi everybody,
is there any particular reason, why you turned CRLF normalization off for project files in .gitattributes?
I see:
*.dpk -text
*.dproj -text
*.groupproj -text
I would have expected just the opposite.
*.dpk text
*.dproj text
*.groupproj text
These are normal text files for me and the comment in .gitattributes says the same.
This affects all .gitattributes files in the modules that I checked (Abbrevia, CommonLib, EasyListView, VirtualShellTools) and probably more.
Hi everybody,
is there any particular reason, why you turned CRLF normalization off for project files in .gitattributes?
I see:
*.dpk -text
*.dproj -text
*.groupproj -text
I would have expected just the opposite.
*.dpk text
*.dproj text
*.groupproj text
These are normal text files for me and the comment in .gitattributes says the same.
This affects all .gitattributes files in the modules that I checked (Abbrevia, CommonLib, EasyListView, VirtualShellTools) and probably more.