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:
parent
9c25009185
commit
5d8f1de3bf
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ indent_size = 8
|
|||
|
||||
# Git commit messages
|
||||
[COMMIT_EDITMSG]
|
||||
max_line_length = 72
|
||||
max_line_length = 75
|
||||
|
||||
# Kconfig
|
||||
[Kconfig*]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue