Skip to content

Wrapped/Unwrapped defined backwards #19

@short000

Description

@short000

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions