Skip to content

Commit

Permalink
Git config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jan 8, 2025
1 parent 2c9a173 commit 6ec9f98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion darwin/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -300,17 +300,20 @@ in {
core.commitGraph = "true";
core.editor = "nano";
core.whitespace = "fix,-indent-with-non-tab,trailing-space,cr-at-eol";
credential.helper = "osxkeychain";
diff.algorithm = "patience";
diff.colorMoved = "default";
gc.writeCommitGraph = "true";
help.autocorrect = "5";
init.defaultBranch = "main";
merge.renamelimit = "4096";
pull.ff = "only";
pull.rebase = "true";
push.autoSetupRemote = "true";
push.default = "upstream";
rebase.updateRefs = "true";
submodule.recurse = "true";
tag.sort = "version:refname";
credential.helper = "osxkeychain";
url."https://github.com/Shopify/".insteadOf = [
"git@github.com:Shopify/"
"git@github.com:shopify/"
Expand All @@ -326,6 +329,7 @@ in {
".scalafix.conf"
".scalafmt.conf"
".idea"
".intellij"
# https://www.toptal.com/developers/gitignore/api/emacs
"*~"
"#*#"
Expand Down

0 comments on commit 6ec9f98

Please sign in to comment.