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

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

bug#8494: Java indentation with anotations


From: Alex
Subject: bug#8494: Java indentation with anotations
Date: Sun, 14 Aug 2016 15:07:03 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

close 8494 24.5
quit

Diogo Sousa <diogogsousa@gmail.com> writes:

> Hello,
>
> I'm reporting a bug in java-mode indentation.
>
> When class or method anotations are present emacs incorrecly idents them:
>
> @Foo
>         class Mumble
>  {
>          @Atomic
>                  void foo()
>          {
>
>          }
> }
>
> When it should be:
>
> @Foo
> class Mumble
> {
>          @Atomic
>          void foo()
>          {
>
>          }
> }
>
>
> Thank You,
> Diogo Sousa

This indents correctly in 24.5.





reply via email to

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