Change the recommended line length limit from 70 characters to 78.

This still fits under 80 columns and is not too narrow.

Noticed by:	Tillman Hodgson
This commit is contained in:
Giorgos Keramidas 2004-11-11 08:25:26 +00:00
parent 1dd3fa0c51
commit 75fc038d53
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22919
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@
<programlisting>
(setq sgml-mode-hook
'(lambda ()
(setq fill-column 70
(setq fill-column 78
indent-tabs-mode nil
next-line-add-newlines nil
standard-indent 2)

View file

@ -245,7 +245,7 @@ V
<programlisting>augroup sgmledit
autocmd FileType sgml set formatoptions=cq2l " Special formatting options
autocmd FileType sgml set textwidth=70 " Wrap lines at 70 spaces
autocmd FileType sgml set textwidth=78 " Wrap lines at 78 columns
autocmd FileType sgml set shiftwidth=2 " Automatically indent
autocmd FileType sgml set softtabstop=2 " Tab key indents 2 spaces
autocmd FileType sgml set tabstop=8 " Replace 8 spaces with a tab