Skip to content

Commit

Permalink
editorconfig: Update commit message max. line length to 75
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephanosio authored and nashif committed Apr 28, 2022
1 parent 9c25009 commit 5d8f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ indent_size = 8

# Git commit messages
[COMMIT_EDITMSG]
max_line_length = 72
max_line_length = 75

# Kconfig
[Kconfig*]
Expand Down

0 comments on commit 5d8f1de

Please sign in to comment.