mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
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:
parent
b9b0bc7fce
commit
70d2e97c9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue