]> git.eshelyaron.com Git - emacs.git/commit
Add missing indent rules in c-ts-mode (bug#66152)
authorAugustin Chéneau <btuin@mailo.com>
Wed, 20 Sep 2023 10:23:06 +0000 (12:23 +0200)
committerYuan Fu <casouri@gmail.com>
Mon, 11 Dec 2023 01:51:48 +0000 (17:51 -0800)
commite23068cb9a1692fc3c50b0b386237a56cae201f4
tree9774a18f1a98a9234e7156fc6d8eed874dc3aa63
parentd2c4b926ac20de6f7d9f3576b22272bc560bd0f7
Add missing indent rules in c-ts-mode (bug#66152)

Example:

    static myttype *
    variable_name;

* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Add rules.
lisp/progmodes/c-ts-mode.el