Skip to content

Inconsistent indentation between Inductive and Variant #882

Description

@jeremyThibault

Hello,

Inductive and Variant are not indented the same, as demonstrated by the following example:

Inductive three: Type :=
| One
| Two
| Three
.

Variant three': Type :=
  | One'
  | Two'
  | Three'
.

I believe the expected behaviour is thatVariant should be indented like Inductive.

I'm on PG's last commit with Emacs 30.2.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions