mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 20:17:59 +00:00
crlf: set a safe crlf default
This commit is contained in:
parent
b118f6479d
commit
df87648ab8
@ -289,6 +289,7 @@ static int crlf_check(
|
||||
ca.eol = check_eol(attr_values[1]); /* eol */
|
||||
}
|
||||
ca.auto_crlf = GIT_AUTO_CRLF_DEFAULT;
|
||||
ca.safe_crlf = GIT_SAFE_CRLF_DEFAULT;
|
||||
|
||||
/*
|
||||
* Use the core Git logic to see if we should perform CRLF for this file
|
||||
|
Loading…
Reference in New Issue
Block a user