aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig48
1 files changed, 24 insertions, 24 deletions
diff --git a/.gitconfig b/.gitconfig
index 199853d..2211735 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,35 +1,35 @@
[apply]
- whitespace = fix
+ 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