Skip to content

Commit

Permalink
🔨 chore: settings: git config --global core.autocrlf true
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Jan 12, 2025
1 parent b86bff4 commit 23d9f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
what = show --no-patch --pretty='tformat:%h (%s, %ad)' --date=short
who = shortlog --summary --numbered --no-merges
[core]
# Configure Git to ensure line endings in files you checkout are correct for different os systems
autocrlf = true
branch = auto
editor = code --wait
grep = auto
Expand Down Expand Up @@ -88,4 +90,4 @@
required = true
[user]
name = Jacquin Moon
email = [email protected]
email = [email protected]

0 comments on commit 23d9f93

Please sign in to comment.