editorconfig: add settings for EDIT_DESCRIPTION

Set the maximum line length for branch description messages (`git branch
--edit-description`) to 72 characters.

Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-07-27 12:31:11 +02:00
committed by Jan Höppner
parent 3849b29594
commit 8024f8e31a

View File

@@ -29,5 +29,5 @@ indent_size = 4
[{Makefile,*.mak}]
indent_style = tab
[COMMIT_EDITMSG]
[{COMMIT_EDITMSG,EDIT_DESCRIPTION}]
max_line_length = 72