From 06ca80ffb72222a8586de8bb3d32ae59bad9f33e Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 22 Apr 2024 20:18:17 +0100 Subject: [PATCH] .editorconfig: set max_line_length=74 for commit-messages ...so that "git log" shows things nicely even when it is indented. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.52.0