summaryrefslogtreecommitdiff
path: root/src/preproc/html
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2020-05-03 11:10:13 +1000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2020-05-03 11:10:13 +1000
commitbe3e1265ebd71683f44c3aab722fb9df7bc66a16 (patch)
treee213bc04f68dfcb6fc7c4f3334e73fc1050ca83b /src/preproc/html
parentf2b67a082d26fbe8541ad7ba7aca5f8a896461c4 (diff)
downloadgroff-git-be3e1265ebd71683f44c3aab722fb9df7bc66a16.tar.gz
Synchronize Emacs and Vim editor settings.
Continues commit 72891af00c24e8c1148db33743cb8486bd0333a6. * doc/doc.am: * src/devices/grodvi/grodvi.am: * src/devices/grohtml/grohtml.am: * src/devices/grolbp/grolbp.am: * src/devices/grolj4/grolj4.am: * src/devices/gropdf/gropdf.am: * src/devices/grops/grops.am: * src/devices/grotty/grotty.am: * src/devices/xditview/xditview.am: * src/preproc/eqn/eqn.am: * src/preproc/grn/grn.am: * src/preproc/html/html.am: * src/preproc/pic/pic.am: * src/preproc/preconv/preconv.am: * src/preproc/refer/refer.am: * src/preproc/soelim/soelim.am: * src/preproc/tbl/tbl.am: * src/utils/indxbib/indxbib.am: * src/utils/lkbib/lkbib.am: * src/utils/lookbib/lookbib.am: * src/utils/pfbtops/pfbtops.am: * src/utils/tfmtodit/tfmtodit.am: * src/utils/xtotroff/xtotroff.am: Set fill column to 72. Tell Vim the file is an Automake file.
Diffstat (limited to 'src/preproc/html')
-rw-r--r--src/preproc/html/html.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preproc/html/html.am b/src/preproc/html/html.am
index df0e5e18d..b477ea464 100644
--- a/src/preproc/html/html.am
+++ b/src/preproc/html/html.am
@@ -28,5 +28,7 @@ src/preproc/html/pre-html.$(OBJEXT): defs.h
# Local Variables:
+# fill-column: 72
# mode: makefile-automake
# End:
+# vim: set autoindent filetype=automake textwidth=72: