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

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

bug#48877: emacs 26.x incorrect enum indentation for c++


From: ar
Subject: bug#48877: emacs 26.x incorrect enum indentation for c++
Date: Sun, 6 Jun 2021 09:45:00 -0400

Hi,

This is happening even if I run 'emacs -Q':

class A {
public:
  enum EnumWithLongName {
                         val0,
                         val1,
                         val2
  };
};

Thanks,

Aleksey


reply via email to

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