Limit fill-column to 79
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 20 Jul 2021 10:06:01 +0000 (11:06 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Tue, 20 Jul 2021 10:14:18 +0000 (11:14 +0100)
commitb51de13d81920f92ebe067b9c76e9d2195685099
tree5393f917d212109c766f7100de16a775a341df9f
parentb7e450c97340789687b65ab013dbe25e012b0b6c
Limit fill-column to 79

The current line-length limit is set to 80, but that allows a
character to appear in the 80th column, and that causes emacs to
display a line-wrap followed by a blank line when the display/window
width is 80 columns.  Furthermore, this seems to contradict the
coding-style rules on the wiki which suggest that the line limit
should be 79.

So reduce the line width in both the emacs control file and the
contrib vimrc file to 79 characters.

ChangeLog:

* .dir-locals.el (c-mode): Change fill-column to 79.

contrib/ChangeLog:

* vimrc (textwidth): Change non-gitcommit length to 79.
.dir-locals.el
contrib/vimrc