Skip to content

Commit df87648

Browse files
author
Edward Thomson
committed
crlf: set a safe crlf default
1 parent b118f64 commit df87648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crlf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ static int crlf_check(
289289
ca.eol = check_eol(attr_values[1]); /* eol */
290290
}
291291
ca.auto_crlf = GIT_AUTO_CRLF_DEFAULT;
292+
ca.safe_crlf = GIT_SAFE_CRLF_DEFAULT;
292293

293294
/*
294295
* Use the core Git logic to see if we should perform CRLF for this file

0 commit comments

Comments
 (0)