diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-26 10:29:34 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-26 10:29:34 +0300 |
commit | 4d1573729f2b44e9ee8cd36acb0b1ddc5ce0ea38 (patch) | |
tree | 38a9091c0c4be9afed2389c8cc28069d3a7c9b5c /.gitconfig | |
parent | 7c704cbf76fdcebbe4851e64f543da0d63cddf1e (diff) | |
download | dotfiles-4d1573729f2b44e9ee8cd36acb0b1ddc5ce0ea38.tar.gz dotfiles-4d1573729f2b44e9ee8cd36acb0b1ddc5ce0ea38.tar.bz2 dotfiles-4d1573729f2b44e9ee8cd36acb0b1ddc5ce0ea38.zip |
Fix .gitconfig formatting (use tabs instead of spaces).
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -1,35 +1,35 @@ [apply] whitespace = fix [core] - excludesfile = ~/.gitignore - attributesfile = ~/.gitattributes - whitespace = fix,space-before-tab,tab-in-indent,trailing-space + excludesfile = ~/.gitignore + attributesfile = ~/.gitattributes + whitespace = fix,space-before-tab,tab-in-indent,trailing-space [color] - ui = auto + ui = auto [color "branch"] - current = yellow reverse - local = yellow - remote = green + current = yellow reverse + local = yellow + remote = green [color "diff"] - meta = yellow bold - frag = magenta bold - old = red bold - new = green bold + meta = yellow bold + frag = magenta bold + old = red bold + new = green bold [color "status"] - added = yellow - changed = green - untracked = cyan + added = yellow + changed = green + untracked = cyan [merge] - log = true + log = true [url "git@github.com:"] - insteadOf = "gh:" - pushInsteadOf = "github:" - pushInsteadOf = "git://github.com/" + insteadOf = "gh:" + pushInsteadOf = "github:" + pushInsteadOf = "git://github.com/" [url "git://github.com/"] - insteadOf = "github:" + insteadOf = "github:" [url "git@gist.github.com:"] - insteadOf = "gst:" - pushInsteadOf = "gist:" - pushInsteadOf = "git://gist.github.com/" + insteadOf = "gst:" + pushInsteadOf = "gist:" + pushInsteadOf = "git://gist.github.com/" [url "git://gist.github.com/"] - insteadOf = "gist:"
\ No newline at end of file + insteadOf = "gist:"
\ No newline at end of file |