Skip to content

Preserve CRLF line endings for platforms that require \r\n #26

Description

@viys

Summary

Some platforms require \r\n line endings, but the current repository content or generated output may not preserve CRLF consistently.

Problem

When files or generated artifacts use \n only, certain platforms or tools may fail to parse them correctly, show formatting issues, or produce inconsistent behavior.

Expected

  • Identify the files, generated outputs, or workflows that need CRLF line endings.
  • Preserve \r\n where platform compatibility requires it.
  • Document the constraint if the behavior is intentional or platform-specific.

Acceptance Criteria

  • The affected path is confirmed.
  • The required content uses \r\n on platforms that depend on CRLF.
  • The repository behavior is documented or covered by a reproducible verification step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions