Format the enums with one value per line #1815
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I changed the formatter to avoid this sort of mess: https://github.com/quarkusio/quarkus/pull/1778/files#diff-cf15f1a3d008af1e9ced9a328aa63978R21 or https://github.com/quarkusio/quarkus/pull/1815/files#diff-fc458120f0f357520a9b55e2058f22a8L10
Even if the diff for the formatter is huge, I imported the config, then changed the enum formatting, then exported the config.
I ran the formatter on the source and there are a few changes but all of them looks legit to me and most of them are enum-related.