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

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

bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if s


From: Mohammed Sadiq
Subject: bug#61314: 29.0.60; c-ts-mode: Multiline comment indentation broken if starting with a '-'
Date: Mon, 06 Feb 2023 11:42:00 +0530

The following multi line comment is indented wrong:

/*
  - item1
    - item2
      - item3
 */

The following output is expected instead:

/*
  - item1
  - item2
  - item3
*/


In GNU Emacs 29.0.60 (build 14, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.16.0) of 2023-02-06 built on purism
Repository revision: 79ab62e0bb5d6185a358a2473c65b6461ea97793
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]