Yuan Fu writes: > Mohammed Sadiq writes: > >> The following code doesn't indent with TAB on c-ts-mode: >> >> #include >> >> int >> main (void) >> { >> char *test = "some " >> "test"; >> >> puts ("more " >> "test"); >> } >> >> >> expected indentation: >> >> #include >> >> 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 Here is a patch fixing this, Yuan. Feel free to install at your convenience. Do you agree with this patch, Mohammed? Theo