Skip to content

Instantly share code, notes, and snippets.

@BoZenKhaa
Created February 13, 2020 11:08
Show Gist options
  • Save BoZenKhaa/99736a97d903c890146c571d372a2f9c to your computer and use it in GitHub Desktop.
Save BoZenKhaa/99736a97d903c890146c571d372a2f9c to your computer and use it in GitHub Desktop.
Git
#!/usr/bin/env bash
# https://www.cylindric.net/git/force-lf
git config core.eol lf
git config core.autocrlf input
git config --global core.eol lf
git config --global core.autocrlf input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment