Last active
September 17, 2018 22:40
-
-
Save VictorVelarde/b2227b3ae8b88fb59fff73c5c46ea22f to your computer and use it in GitHub Desktop.
[GIT Config - LF] #git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Para no aplicar CRLF automáticamente | |
git config --global core.autocrlf false | |
# y establecer globalmente LF (manteniendo compatibilidad con Linux) | |
git config --global core.eol lf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment