diff --git a/default.gitconfig b/default.gitconfig index be6e35d..9d6a747 100644 --- a/default.gitconfig +++ b/default.gitconfig @@ -1,3 +1,5 @@ +# Copyright (C) 2016 Yongmin Hong +# SPDX-License-Identifier: Apache-2.0 [user] name = Yongmin Hong email = revi@omglol.email @@ -24,3 +26,5 @@ smtpserverport = 587 [init] defaultBranch = master +[tag] + forceSignAnnotated = true