If --reorder-code is enabled, it removes newlines between members. This causes 2 inconveniences:
- Removes any member grouping.
- Members with documentation look a bit odd:
## Display name of the attachment.
@export var name: String
## Name of the attachment's author.
@export var author: String
## License under which the attachment is distributed.
@export var license: String
I'd suggest to preserve the newlines between members. And I'd probably always force a newline between members with docs 🤔
If
--reorder-codeis enabled, it removes newlines between members. This causes 2 inconveniences:I'd suggest to preserve the newlines between members. And I'd probably always force a newline between members with docs 🤔