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

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

bug#60873: 29.0.60; c-ts-mode: Some blocks and content are not indented


From: Mohammed Sadiq
Subject: bug#60873: 29.0.60; c-ts-mode: Some blocks and content are not indented right
Date: Tue, 17 Jan 2023 14:37:25 +0530

The following code is indented wrong:

int
main (int   argc,
      char *argv[])
{
  {
      int i = 0;
    }
}

For which, the expected indentation is:

int
main (int   argc,
      char *argv[])
{
  {
    int i = 0;
  }
}


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





reply via email to

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