fix: move to nixfmt-rfc-style instead of nixpkgs-fmt
This commit is contained in:
parent
5ad03ee2e8
commit
ecbe0c069c
14 changed files with 184 additions and 83 deletions
|
|
@ -47,9 +47,13 @@
|
|||
gpgsign = true;
|
||||
};
|
||||
|
||||
tag = { gpgsign = true; };
|
||||
tag = {
|
||||
gpgsign = true;
|
||||
};
|
||||
|
||||
difftool = { prompt = true; };
|
||||
difftool = {
|
||||
prompt = true;
|
||||
};
|
||||
|
||||
mergetool = {
|
||||
# https://www.git-scm.com/docs/git-mergetool#Documentation/git-mergetool.txt---no-prompt
|
||||
|
|
@ -75,9 +79,13 @@
|
|||
signingkey = "A1D3A2B4E14BD7C0445BB749A5767B54367CFBDF";
|
||||
};
|
||||
|
||||
pull = { ff = "only"; };
|
||||
pull = {
|
||||
ff = "only";
|
||||
};
|
||||
|
||||
init = { defaultBranch = "main"; };
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
|
||||
credential = {
|
||||
helper = "/usr/libexec/git-core/git-credential-libsecret";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue