From 70d2e97c9ac566893b159963131a1d0c80000da7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Oct 2022 20:07:28 +0200 Subject: [PATCH] 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. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a5c417ee6..647fb3a89 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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