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

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

bug#61398: 29.0.60; c-ts-mode: '}' indented wrong if '{' pair is in line


From: Mohammed Sadiq
Subject: bug#61398: 29.0.60; c-ts-mode: '}' indented wrong if '{' pair is in line with '='
Date: Fri, 10 Feb 2023 11:53:42 +0530

The closing '};' is indented wrong in the following array definition:

const char *emoticons[][2] = {
  {":)", "🙂"},
  {";)", "😉"},
  {":(", "🙁"},
  };

The expected indentation:

const char *emoticons[][2] = {
  {":)", "🙂"},
  {";)", "😉"},
  {":(", "🙁"},
};


The issue is not limited to arrays, but also types like structs.


In GNU Emacs 29.0.60 (build 17, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.16.0) of 2023-02-10 built on purism
Repository revision: 51901736965f9a6f07938fa4399d14c9283437c5
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12101006
System Description: Debian GNU/Linux bookworm/sid





reply via email to

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