From: Johan Malm Date: Mon, 22 Apr 2024 19:18:17 +0000 (+0100) Subject: .editorconfig: set max_line_length=74 for commit-messages X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=06ca80ffb72222a8586de8bb3d32ae59bad9f33e;p=proto%2Flabwc.git .editorconfig: set max_line_length=74 for commit-messages ...so that "git log" shows things nicely even when it is indented. --- diff --git a/.editorconfig b/.editorconfig index 5a6a39b8..82720534 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,5 @@ max_line_length = 80 indent_style = space indent_size = 2 +[COMMIT_EDITMSG] +max_line_length = 74