Add max line length setting for commit messages and branch descriptions to the Editorconfig configuration. Use herefor the same value as used by checkpatch [1]. See [2] for details about the file 'COMMIT_EDITMSG'. [1] https://github.com/torvalds/linux/blob/69e858e0b8b2ea07759e995aa383e8780d9d140c/scripts/checkpatch.pl#L3270 [2] https://git-scm.com/docs/git-commit/2.46.1#Documentation/git-commit.txt-codeGITDIRCOMMITEDITMSGcode Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxx> --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 46d4ac64f897..03bb16cb9442 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ insert_final_newline = true charset = utf-8 indent_style = tab indent_size = 8 + +[{COMMIT_EDITMSG,EDIT_DESCRIPTION}] +max_line_length = 75 base-commit: 2e66bb4b9423970ceb6ea195bd8697733bcd9071 -- 2.43.0