git: Fix indentation in gitconfig
This commit is contained in:
parent
a8c8fb718d
commit
a3a2f37d40
1 changed files with 16 additions and 16 deletions
32
.gitconfig
32
.gitconfig
|
@ -4,33 +4,33 @@
|
||||||
signingkey = 19EC07547ED0CE82
|
signingkey = 19EC07547ED0CE82
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
interactive = auto
|
interactive = auto
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = green bold
|
added = green bold
|
||||||
changed = yellow bold
|
changed = yellow bold
|
||||||
untracked = red
|
untracked = red
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
submodule = log
|
submodule = log
|
||||||
|
|
||||||
[grep]
|
[grep]
|
||||||
lineNumber = true
|
lineNumber = true
|
||||||
extendRegexp = true
|
extendRegexp = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
@ -48,11 +48,11 @@
|
||||||
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
path = ~/.gitconfigs/.gitconfig-saibotk_de
|
||||||
|
|
||||||
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
[includeIf "gitdir:~/Repositories/histalek_de/"]
|
||||||
path = ~/.gitconfigs/.gitconfig-histalek_de
|
path = ~/.gitconfigs/.gitconfig-histalek_de
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[status]
|
[status]
|
||||||
submoduleSummary = true
|
submoduleSummary = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue