mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
3849b29594
commit
8024f8e31a
@@ -29,5 +29,5 @@ indent_size = 4
|
|||||||
[{Makefile,*.mak}]
|
[{Makefile,*.mak}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[COMMIT_EDITMSG]
|
[{COMMIT_EDITMSG,EDIT_DESCRIPTION}]
|
||||||
max_line_length = 72
|
max_line_length = 72
|
||||||
|
|||||||
Reference in New Issue
Block a user