Revert last change. Adding mispelled or missing words is not too

uncommon and 78 columns will easily grow beyond 80 when such changes
are made.
This commit is contained in:
Giorgos Keramidas 2004-11-11 14:41:59 +00:00
parent 75fc038d53
commit 7b7c4e8c0d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22921
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@
<programlisting>
(setq sgml-mode-hook
'(lambda ()
(setq fill-column 78
(setq fill-column 70
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=78 " Wrap lines at 78 columns
autocmd FileType sgml set textwidth=70 " Wrap lines at 70 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