.editorconfig: set max_line_length=74 for commit-messages

...so that "git log" shows things nicely even when it is indented.
This commit is contained in:
Johan Malm 2024-04-22 20:18:17 +01:00 committed by Johan Malm
parent 2e2cf54c00
commit 06ca80ffb7

View file

@ -13,3 +13,5 @@ max_line_length = 80
indent_style = space
indent_size = 2
[COMMIT_EDITMSG]
max_line_length = 74