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

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

bug#60649: 29.0.60; c-ts-mode: struct typedef brace end may not indent p


From: Mohammed Sadiq
Subject: bug#60649: 29.0.60; c-ts-mode: struct typedef brace end may not indent properly
Date: Sat, 21 Jan 2023 13:30:50 +0530

On 2023-01-21 13:19, Theodor Thornhill wrote:
Mohammed Sadiq <sadiq@sadiqpk.org> writes:

On 2023-01-21 02:58, Theodor Thornhill wrote:
It seems to me that both of these are fixed now, right?

enum block has still broken indentation, I get:

typedef enum {
GTK_PAD_ACTION_BUTTON,
GTK_PAD_ACTION_RING,
GTK_PAD_ACTION_STRIP
         } GtkPadActionType;


But I expect (with default indentation level):

typedef enum {
   GTK_PAD_ACTION_BUTTON,
   GTK_PAD_ACTION_RING,
   GTK_PAD_ACTION_STRIP
} GtkPadActionType;


Now all of this works on emacs-29 for me, do you agree? :)


Yes. It works fine now. :)





reply via email to

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