]> git.eshelyaron.com Git - emacs.git/commit
Change default offset of CC Mode syntactic symbol inlambda to 0
authorAlan Mackenzie <acm@muc.de>
Sun, 2 Jun 2019 14:05:33 +0000 (14:05 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 2 Jun 2019 14:05:33 +0000 (14:05 +0000)
commit30b0c5bf42efb27b7afc5a7cf715bae2fe09923c
tree7b62b21ca39d067227cefb8c2b2b136beef63b6f
parentd920ec617b5768167f6a14167ed2cc590f45dda7
Change default offset of CC Mode syntactic symbol inlambda to 0

It's previous default was c-lineup-inexpr-block.  This change is mainly to
prevent excessive indentation of the innards of C++ lambda functions.

* lisp/progmodes/cc-vars.el (c-offsets-alist): Amend the offset for inlambda
to 0.

* doc/misc/cc-mode.texi (FAQ): Amend the answer to the question about this
matter.
doc/misc/cc-mode.texi
lisp/progmodes/cc-vars.el