From 4ea5a8a5c6535f48312928e553343d8764e29cba Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 8 Feb 2022 14:35:35 -0600 Subject: [PATCH] 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` --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6504e8e33..15f3ee9ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3350,3 +3350,5 @@ to call ttyname() on OS X. We’ve got some work to do to be as lean as bash, but we’re on the right track. + +.. vim: ft=rst : tw=0 :