diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:25:50 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-08 18:25:50 +0200 |
commit | b5feb65d244fe40d8d1b60efe35f3f0e146b4185 (patch) | |
tree | 42ea23bc9c859ad69474dadcb239cbe904f57422 /%HOME%/.gitconfig | |
parent | alternatives.sh: prefer gcc to clang (diff) | |
download | linux-home-b5feb65d244fe40d8d1b60efe35f3f0e146b4185.tar.gz linux-home-b5feb65d244fe40d8d1b60efe35f3f0e146b4185.zip |
.gitconfig: highlight whitespace diffs
Diffstat (limited to '%HOME%/.gitconfig')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 096029d..41ca6ce 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -21,6 +21,7 @@ # Show submodule changes in a more verbose way. [diff] submodule = log + wsErrorHighlight = all [status] submoduleSummary = true [alias] |