editorconfig: Update commit message max. line length to 75

This commit updates the maximum line length for the commit messages
from 72 to 75, in order to align with the checkpatch and gitlint
policies.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-04-28 02:52:10 +09:00 committed by Anas Nashif
commit 5d8f1de3bf

View file

@ -68,7 +68,7 @@ indent_size = 8
# Git commit messages
[COMMIT_EDITMSG]
max_line_length = 72
max_line_length = 75
# Kconfig
[Kconfig*]