From bf123b183ca13f226bdf3b78733bb06224177ebb Mon Sep 17 00:00:00 2001 From: Preston Cabe Date: Tue, 5 Jul 2022 11:42:07 -0400 Subject: [PATCH] Format whitespace # 50-character subject line # # 72-character wrapped longer description. This should answer: # # * Why was this change necessary? # * How does it address the problem? # * Are there any side effects? # # Include a link to the ticket, if any. # # Add co-authors if you worked on this code with others: # # Co-authored-by: Full Name # Co-authored-by: Full Name --- gitconfig.local | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gitconfig.local b/gitconfig.local index 8f3fd41..576a5ed 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -6,21 +6,21 @@ [push] followTags = true [http] - cookiefile = /Users/pcabe/.gitcookies + cookiefile = /Users/pcabe/.gitcookies [gitflow "feature.finish"] - keep = true - push = true + keep = true + push = true [gitflow "feature.delete"] - remote = true + remote = true # [gitflow "init"] # defaults = true [gitflow "hotfix.finish"] - keep = true - push = true + keep = true + push = true [gitflow "hotfix.delete"] - remote = true + remote = true [gitflow "release.finish"] - keep = true - push = true + keep = true + push = true [gitflow "release.delete"] - remote = true + remote = true