diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -32,11 +32,13 @@ # Use custom `.gitignore` and `.gitattributes` excludesfile = ~/.gitignore attributesfile = ~/.gitattributes - # Treat spaces before tabs, lines that are indented with 8 or more spaces, and all kinds of trailing whitespace as an error + # Treat spaces before tabs, lines that are indented with 8 or more spaces, and + # all kinds of trailing whitespace as an error whitespace = space-before-tab,indent-with-non-tab,trailing-space [color] - # Use colors in Git commands that are capable of colored output when outputting to the terminal + # Use colors in Git commands that are capable of colored output when + # outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.) ui = auto [color "branch"] current = yellow reverse |