]> git.eshelyaron.com Git - emacs.git/commit
Add java-ts-mode-method-chaining-indent-offset (bug#75154)
authorYuan Fu <casouri@gmail.com>
Thu, 13 Feb 2025 15:57:19 +0000 (07:57 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 17 Mar 2025 11:06:02 +0000 (12:06 +0100)
commit3020ff5ae9dbe5f5c8d5bb8079e42ca1e7f31e5c
treec8d6f432ca68b6ef928703530ab62a3556775621
parent54d3fcc5f3d48188065d3aa7b6662c9228174fe9
Add java-ts-mode-method-chaining-indent-offset (bug#75154)

Default method chaining to indent 8 spaces.

* lisp/progmodes/java-ts-mode.el:
(java-ts-mode-method-chaining-indent-offset): New custom option.
(java-ts-mode--indent-rules): Use
java-ts-mode-method-chaining-indent-offset.

(cherry picked from commit 8fb31f58664b2c963dcc49706c163ffb4fafd699)
lisp/progmodes/java-ts-mode.el