From f63a78668fc9bf208b7e72f5618bccf3f640f13f Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 10 Jun 2024 22:30:35 -0300 Subject: [PATCH] Update dotfiles --- dot_editorconfig | 4 ---- dot_gitconfig | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dot_editorconfig b/dot_editorconfig index 5a7a461..883b074 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -7,7 +7,3 @@ charset = utf-8 indent_style = tab insert_final_newline = true trim_trailing_whitespace = true - - - - diff --git a/dot_gitconfig b/dot_gitconfig index 89fd666..d7beb0d 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -14,3 +14,5 @@ rebase = true [credential] helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe +[credential "https://git.shoebottom.ca"] + provider = generic