diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-05-17 13:09:22 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-05-17 20:47:46 +0100 |
commit | c1c0a7e1f39fda9f95bb94ecc5f39b189d69a76c (patch) | |
tree | 7f6cb0a8fc843a90bb52588fa3316c6e99f34822 /config/gc++filt.m4 | |
parent | 9e541c7918c184aa226c1544159e37b6387ef205 (diff) | |
download | gdb-c1c0a7e1f39fda9f95bb94ecc5f39b189d69a76c.zip gdb-c1c0a7e1f39fda9f95bb94ecc5f39b189d69a76c.tar.gz gdb-c1c0a7e1f39fda9f95bb94ecc5f39b189d69a76c.tar.bz2 |
gdb: additional settings for emacs in .dir-locals.el
Two additional settings for developers who use emacs:
1. Set brace-list-open to 0 for C and C++ modes, this ensures we
format things like:
enum blah
{
....
};
Instead of the default for the emacs GNU style:
enum blah
{
...
};
The former seems to be the GDB style.
2. Set sentence-end-double-space to t. This is actually the default
value for this setting, but if anyone has customised this to nil in
general, then forcing this back to t for GDB files will give a
better behaviour for the paragraph filling.
gdb/ChangeLog:
* .dir-locals.el: Set sentence-end-double-space for all modes, and
set brace-list-open to 0 for C and C++ modes.
gdbserver/ChangeLog:
* .dir-locals.el: Set sentence-end-double-space for all modes, and
set brace-list-open to 0 for C and C++ modes.
gdbsupport/ChangeLog:
* .dir-locals.el: Set sentence-end-double-space for all modes, and
set brace-list-open to 0 for C and C++ modes.
Diffstat (limited to 'config/gc++filt.m4')
0 files changed, 0 insertions, 0 deletions