feat: update general settings
This commit is contained in:
parent
a4996e11d2
commit
46fb5c5770
|
@ -1,9 +1,19 @@
|
||||||
[user]
|
[includeIf "gitdir:~/dev/Arcticons/"]
|
||||||
email = foobar@adamsdesk.com
|
path = .gitconfig-github
|
||||||
name = Adam
|
[includeIf "gitdir:~/dev/adamsdesk.com/"]
|
||||||
|
path = .gitconfig-gitlab
|
||||||
|
[includeIf "gitdir:~/dev/dotfiles/"]
|
||||||
|
path = .gitconfig-gitlab
|
||||||
|
[includeIf "gitdir:~/dev/kb/"]
|
||||||
|
path = .gitconfig-gitlab
|
||||||
|
[includeIf "gitdir:~/dev/kb/_public/"]
|
||||||
|
path = .gitconfig-cirrus
|
||||||
|
[includeIf "gitdir:~/dev/atled-lightsctl-web/"]
|
||||||
|
path = .gitconfig-gitlab
|
||||||
|
[includeIf "gitdir:~/dev/steephillfood/"]
|
||||||
|
path = .gitconfig-gitlab
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
whitespace = -indent-with-non-tab,trailing-space,cr-at-eol
|
whitespace = -indent-with-non-tab,trailing-space,cr-at-eol
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
|
@ -44,4 +54,6 @@
|
||||||
[merge]
|
[merge]
|
||||||
tool = diff
|
tool = diff
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[gpg]
|
||||||
|
program = /usr/bin/gpg
|
||||||
|
|
Loading…
Reference in New Issue