Skip to content

Instantly share code, notes, and snippets.

@VictorVelarde
Last active September 17, 2018 22:40
Show Gist options
  • Save VictorVelarde/b2227b3ae8b88fb59fff73c5c46ea22f to your computer and use it in GitHub Desktop.
Save VictorVelarde/b2227b3ae8b88fb59fff73c5c46ea22f to your computer and use it in GitHub Desktop.
[GIT Config - LF] #git
# 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