diff --git a/etc/NEWS b/etc/NEWS index f9b5388bd53..98aea4280e3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -980,6 +980,11 @@ are highlighted like other comments. When non-nil, Doxygen comment blocks are syntax-highlighted if the Doxygen grammar library is available. +--- +*** New user option 'java-ts-mode-method-chaining-indent-offset' +Now method chaining is indented by 8 spaces rather than 4, and this +variable controls how much is indented for method chaining. + ** Emacs Lisp mode ---