-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
we have noticed a suprising behavior when formatting .feature files.
When writing a table, the columns correctly take the "minimum width" and this is great.
But if you insert blank lines between the rows of the table (to have some visual grouping), then the columns don't have the same width anymore.
This is problematic in our team that uses a variety of IDEs and the behavior is inconsistent, for instance between Rider and Visual Studio.
Examples:
And This is some table:
| Key | Value |
| this is a rather long key | 72 |
| super short | 458754 |
becomes
And This is some table:
| Key | Value |
| this is a rather long key | 72 |
| super short | 458754 |
when adding a blank line.
Thanks a lot for the plugin ❤️
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request