fix(programs/git): use new format option for signing
This commit is contained in:
parent
d7cce1e72e
commit
7f144cf50a
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
userEmail = "hi@uku.moe";
|
||||
|
||||
signing = {
|
||||
format = "ssh";
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+7+KfdOrhcnHayxvOENUeMx8rE4XEIV/AxMHiaNUP8";
|
||||
signByDefault = true;
|
||||
};
|
||||
|
@ -19,7 +20,6 @@
|
|||
init.defaultBranch = "main";
|
||||
core.autocrlf = "input";
|
||||
push.autoSetupRemote = true;
|
||||
gpg.format = "ssh";
|
||||
merge.conflictStyle = "zdiff3";
|
||||
rebase.autoStash = true;
|
||||
status.submoduleSummary = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue