CHANGELOG.rst: Add vim text width override

If you have vim set up to recognize `.editorconfig` files, the 80-char limit
from ours causes vim to keep chopping lines. This makes it ignore that limit
when editing `CHANGELOG.rst`
This commit is contained in:
Mahmoud Al-Qudsi 2022-02-08 14:35:35 -06:00
parent ddc4d8ba9b
commit 4ea5a8a5c6

View File

@ -3350,3 +3350,5 @@ to call ttyname() on OS X.
Weve got some work to do to be as lean as bash, but were on the right Weve got some work to do to be as lean as bash, but were on the right
track. track.
.. vim: ft=rst : tw=0 :