You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/08-customizing-git/sections/config.asc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,12 +422,12 @@ The three that are disabled by default but can be turned on are `indent-with-non
422
422
423
423
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
424
You can disable settings by either leaving them out of the setting string or prepending a `-` in front of the value.
425
-
For example, if you want all but `cr-at-eol` to be set, you can do this:
425
+
For example, if you want all but `cr-at-eol` to be set, you can do this (with `trailing-space` being a short-hand to cover both `blank-at-eol` and `blank-at-eof`):
0 commit comments