From 8024f8e31a0edbf34a36747346377a6c52a6089b Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 27 Jul 2023 12:31:11 +0200 Subject: [PATCH] editorconfig: add settings for `EDIT_DESCRIPTION` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set the maximum line length for branch description messages (`git branch --edit-description`) to 72 characters. Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 201a3d8a..77d65308 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,5 +29,5 @@ indent_size = 4 [{Makefile,*.mak}] indent_style = tab -[COMMIT_EDITMSG] +[{COMMIT_EDITMSG,EDIT_DESCRIPTION}] max_line_length = 72