bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60270: 29.0.60; c-ts-mode: Comments are not indented right on auto


From: Yuan Fu
Subject: bug#60270: 29.0.60; c-ts-mode: Comments are not indented right on auto indentation
Date: Sat, 24 Dec 2022 00:33:58 -0800

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> In c-ts-mode, comments are indented wrong. Say for example, if a C
> source file contains the following content:
>
> /**
> * @some_func:
> * @arg1:
> */
>
>
> and if I select all and indent with C-x h TAB, I get the following:
>
> /**
> * @some_func:
> * @arg1:
>   */
>
> But I expect to get the following:
>
> /**
>  * @some_func:
>  * @arg1:
>  */

Should be fixed now, please give it a try :-)

Yuan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]