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

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

bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if s


From: Yuan Fu
Subject: bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if starting with a '-'
Date: Thu, 9 Feb 2023 17:27:21 -0800

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> The following multi line comment is indented wrong:
>
> /*
>   - item1
>     - item2
>       - item3
>  */
>
> The following output is expected instead:
>
> /*
>   - item1
>   - item2
>   - item3
> */

Thanks, I’ll see how to deal with this. c-mode seems to handle this just
fine. I need to check how does it indent this kind of things.

Yuan





reply via email to

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