diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2020-10-02 18:04:20 +1000 |
|---|---|---|
| committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2020-10-08 22:43:53 +1100 |
| commit | ea0ab33dd4f7eeede7fe83fcb6016abdaf4bb86c (patch) | |
| tree | 58f2780fce350104311920372fb4d98f7585b850 /src/roff/troff/node.cpp | |
| parent | b7737f1b7b4e76ef37e6087b96b7dbe0045d539e (diff) | |
| download | groff-git-ea0ab33dd4f7eeede7fe83fcb6016abdaf4bb86c.tar.gz | |
Update editor aids in some C++ source files.
Assist Vim as well as Emacs, and set fill-column/textwidth to 72, like
other groff source files. Use Vim settings that work well with GNU
indentation style.
Drop short-form Emacs Local Variable setting.
Diffstat (limited to 'src/roff/troff/node.cpp')
| -rw-r--r-- | src/roff/troff/node.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp index 37260bd7a..b2a9982e5 100644 --- a/src/roff/troff/node.cpp +++ b/src/roff/troff/node.cpp @@ -1,4 +1,3 @@ -// -*- C++ -*- /* Copyright (C) 1989-2018 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) @@ -6538,3 +6537,9 @@ void init_node_requests() number_reg_dictionary.define(".P", new printing_reg); soft_hyphen_char = get_charinfo(HYPHEN_SYMBOL); } + +// Local Variables: +// fill-column: 72 +// mode: C++ +// End: +// vim: set cindent noexpandtab shiftwidth=2 textwidth=72: |
