6 ms·
I think you want a .gitattributes file where you set the EOL of the file types you care about. And you might want to try autocrlf=input.
by dataflow 4mo ago
I think you want a .gitattributes file where you set the EOL of the file types you care about. And you might want to try autocrlf=input.
- pipes 4mo agoThanks for this :)