From 0b45750847a4e28ebe065ea2e9503a58dfcb9e8a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Mar 2022 12:51:54 -0800 Subject: git: nixfmt --- users/fcuny/cli/git.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users') diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix index 63a5bd1..30ee841 100644 --- a/users/fcuny/cli/git.nix +++ b/users/fcuny/cli/git.nix @@ -22,9 +22,7 @@ signByDefault = true; }; extraConfig = { - "credential \"https://github.com\"" = { - username = "fcuny"; - }; + "credential \"https://github.com\"" = { username = "fcuny"; }; "credential \"https://git.fcuny.net\"" = { username = "fcuny"; helper = "!echo -n 'password='; pass git/git.fcuny.net"; -- cgit 1.4.1