DEV Community

samsepi0l
samsepi0l

Posted on

disable git converting line endings

disable git converting line endings LF to CRLF

git config --global core.autocrlf false

Top comments (0)