mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:47:04 +08: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
|
@ -24,5 +24,5 @@ indent_size = 2
|
||||||
[share/{completions,functions}/**.fish]
|
[share/{completions,functions}/**.fish]
|
||||||
max_line_length = none
|
max_line_length = none
|
||||||
|
|
||||||
[COMMIT_EDITMSG]
|
[{COMMIT_EDITMSG,git-revise-todo}]
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user