editorconfig: use 80 columns for git-revise-todo

git-revise is a third-party Git extension that can be used for editing commit
messages; make it follow our current style.
This commit is contained in:
Johannes Altmanninger 2022-10-09 20:07:28 +02:00
parent b9b0bc7fce
commit 70d2e97c9a

View file

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