-
Notifications
You must be signed in to change notification settings - Fork 1
Wrapped/Unwrapped defined backwards #19
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The enumerations are wrong (confusing):
| enum EdiWrapStyle { | |
| Unknown, Unwrapped, Unix, Windows | |
| }; |
They should be this instead: Unknown, Wrapped, UnwrappedForLinux, UnwrappedForWindows. "Wrapped" means no whitespace between segments. Double-check the logic (use) to be sure nothing changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request