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 i


From: Mohammed Sadiq
Subject: bug#60270: 29.0.60; c-ts-mode: Comments are not indented right on auto indentation
Date: Tue, 10 Jan 2023 15:43:49 +0530

On 2023-01-10 10:58, Yuan Fu wrote:

Ah, right. Now it’s fixed. Thanks!

Yuan

This broke the following comment styles:

/* some comment
*/

indentation of above code gives:

/* some comment
   */


Also:

/*
   * some comment
 */

where I expect:

/*
 * some comment
 */


If there are ways to add automated tests, it would be nice so that
these won't be broken when fixing something else.


cheers,
Mohammed Sadiq





reply via email to

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