]> git.eshelyaron.com Git - emacs.git/commit
Align C++ access specifiers to their enclosing class/struct/union
authorDaniel Martín <mardani29@yahoo.es>
Sun, 11 Dec 2022 14:57:43 +0000 (15:57 +0100)
committerYuan Fu <casouri@gmail.com>
Mon, 12 Dec 2022 23:08:54 +0000 (15:08 -0800)
commitd264b75669d7d9d7ffe536a79af0ea34d8fd4b6a
treee41b2ccb2e8450382c8e31bc63343f9f72677195
parentca67d988d8721e9ec24a040b977393136457873f
Align C++ access specifiers to their enclosing class/struct/union

(bug#59966)

The default style in c++-mode aligns access specifiers like "private",
"public" or "protected" to their enclosing class, struct, or union.
The "ellemtel" style indents access specifiers, but this C++ style is
not supported by c++-ts-mode yet.

* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Align access
specifiers to their enclosing class/struct/union.
lisp/progmodes/c-ts-mode.el