gitconfig: core.safecrlf warn

This commit is contained in:
Aminda Suomalainen 2023-02-14 22:42:47 +02:00
parent 07e1466da4
commit 2e08ca60b1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
[core]
editor = vim
autocrlf = input
safecrlf = warn
[color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true

View File

@ -20,6 +20,7 @@
[core]
editor = vim
autocrlf = input
safecrlf = warn
[color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true