editorconfig: commit message line length is 72, not 80

This is more standard. Not sure how many people use editorconfig though.
This commit is contained in:
Johannes Altmanninger
2025-08-18 10:18:48 +02:00
parent feaec20de6
commit f8bfb7cb6b

View File

@@ -24,5 +24,5 @@ indent_size = 2
[share/{completions,functions}/**.fish]
max_line_length = unset
[{COMMIT_EDITMSG,git-revise-todo}]
max_line_length = 80
[{COMMIT_EDITMSG,git-revise-todo,*.jjdescription}]
max_line_length = 72