Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENUMs are being indented where shouldn't #211

Closed
eglekaz opened this issue Sep 23, 2024 · 1 comment · Fixed by #232
Closed

ENUMs are being indented where shouldn't #211

eglekaz opened this issue Sep 23, 2024 · 1 comment · Fixed by #232
Assignees
Labels
bug Something isn't working

Comments

@eglekaz
Copy link
Collaborator

eglekaz commented Sep 23, 2024

This:

ENUM Weather:
  define ENUM Rainy
              Default = Sunny
              Cloudy
              Snowy
              Apocalyptic.
END ENUM.

Becomes this:

ENUM Weather:
  define ENUM Rainy
                Default = Sunny
                Cloudy
                Snowy
                Apocalyptic.
END ENUM.
@eglekaz eglekaz added the bug Something isn't working label Sep 23, 2024
@gustason gustason self-assigned this Sep 23, 2024
@gustason
Copy link
Collaborator

The fix in this branch should work after #215 is closed.

@gustason gustason linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants