Hi,
I���ve been wondering how to better fix the problem of having windows and linux/macOS people contributing and the fact that files are written in their native system format (crlf windows, lf for the rest of the world).
and it seems adding a .gitattributes file with this content:
# Auto detect text files and perform LF normalization
* text=auto
*.st text merge=union eol=lf
could fix the problem?
can someone confirm this?
(I confess this issue confuses me a lot :P)
cheers!
Esteban