From 939f55077b97bd1fe1c8e2b897b032dbc1564487 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Tue, 13 Feb 2024 09:54:39 -0500 Subject: [PATCH] add git tag msg to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 555e6be..e25dd44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -38,5 +38,5 @@ max_line_length = 120 max_line_length = 79 -[{COMMIT_EDITMSG,MERGE_MSG,SQUASH_MSG,git-rebase-todo}] +[{COMMIT_EDITMSG,MERGE_MSG,SQUASH_MSG,TAG_EDITMSG,git-rebase-todo}] max_line_length = 72 -- 2.52.0