feat: update general settings
This commit is contained in:
parent
a4996e11d2
commit
46fb5c5770
|
@ -1,7 +1,17 @@
|
|||
[user]
|
||||
email = foobar@adamsdesk.com
|
||||
name = Adam
|
||||
|
||||
[includeIf "gitdir:~/dev/Arcticons/"]
|
||||
path = .gitconfig-github
|
||||
[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]
|
||||
autocrlf = false
|
||||
whitespace = -indent-with-non-tab,trailing-space,cr-at-eol
|
||||
|
@ -45,3 +55,5 @@
|
|||
tool = diff
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[gpg]
|
||||
program = /usr/bin/gpg
|
||||
|
|
Loading…
Reference in New Issue