Skip to content

Commit a76dfab

Browse files
authored
Merge pull request #1776 from solt87/patch-1
Mark up "input" as in-line code
2 parents 7f345b9 + 2d6cd78 commit a76dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/config.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ $ git config --global core.autocrlf true
402402
----
403403

404404
If you're on a Linux or macOS system that uses LF line endings, then you don't want Git to automatically convert them when you check out files; however, if a file with CRLF endings accidentally gets introduced, then you may want Git to fix it.
405-
You can tell Git to convert CRLF to LF on commit but not the other way around by setting `core.autocrlf` to input:
405+
You can tell Git to convert CRLF to LF on commit but not the other way around by setting `core.autocrlf` to `input`:
406406

407407
[source,console]
408408
----

0 commit comments

Comments
 (0)