Line endings
Posted: Thu Feb 22, 2018 11:29 am
I recently found some files line endings borked on linux ( touched with windows ? )
I suggest adding * text=auto to .gitattributes
I suggest adding * text=auto to .gitattributes
Show your work, get help, participate in development
https://forums.luxcorerender.org/
It is the default as far as I rememberjensverwiebe wrote: Thu Feb 22, 2018 11:29 am I recently found some files line endings borked on linux ( touched with windows ? )
I suggest adding * text=auto to .gitattributes
Okay, seems * text=auto can be avoided.Dade wrote: Thu Feb 22, 2018 11:58 amIt is the default as far as I rememberjensverwiebe wrote: Thu Feb 22, 2018 11:29 am I recently found some files line endings borked on linux ( touched with windows ? )
I suggest adding * text=auto to .gitattributes
I had exactly the opposite problem with Git replacing CR/LF in .ply (binary format) and corrupting the files. So I had to add https://github.com/LuxCoreRender/LuxCor ... attributes to consider .ply binaries.