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

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

bug#60572: 29.0.60; c-ts-mode: String spanning multiple lines are not i


From: Yuan Fu
Subject: bug#60572: 29.0.60; c-ts-mode: String spanning multiple lines are not indented
Date: Thu, 5 Jan 2023 22:51:16 -0700

Mohammed Sadiq <sadiq@sadiqpk.org> writes:

> The following code doesn't indent with TAB on c-ts-mode:
>
> #include <stdio.h>
>
> int
> main (void)
> {
>   char *test = "some "
>   "test";
>
>   puts ("more "
>   "test");
> }
>
>
> expected indentation:
>
> #include <stdio.h>
>
> int
> main (void)
> {
>   char *test = "some "
>     "test";
>
>   puts ("more "
>       "test");
> }
>

Thanks for the report. I’m on the road right now, but I’ll soon get back
and work on this and your other reports, just FYI :-)

Yuan





reply via email to

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