Skip to content

Commit a097536

Browse files
authored
Fix a typo
1 parent c6849c8 commit a097536

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
@@ -421,7 +421,7 @@ The three that are turned on by default are `blank-at-eol`, which looks for spac
421421
The three that are disabled by default but can be turned on are `indent-with-non-tab`, which looks for lines that begin with spaces instead of tabs (and is controlled by the `tabwidth` option); `tab-in-indent`, which watches for tabs in the indentation portion of a line; and `cr-at-eol`, which tells Git that carriage returns at the end of lines are OK.
422422

423423
You can tell Git which of these you want enabled by setting `core.whitespace` to the values you want on or off, separated by commas.
424-
You can disable settings by prepending a - in front of the value, or use default value of settings by leaving them out of the setting string.
424+
You can disable settings by prepending a `-` in front of the value, or use default value of settings by leaving them out of the setting string.
425425
For example, if you want all but `space-before-tab` to be set, you can do this (with `trailing-space` being a short-hand to cover both `blank-at-eol` and `blank-at-eof`):
426426

427427
[source,console]

0 commit comments

Comments
 (0)