Skip to content

Mixed line endings: .editorconfig says LF but most .cs files are CRLF, no .gitattributes #22

Description

@drusteeby

The repo's .editorconfig declares end_of_line = lf, but most .cs files (inherited from the upstream fork) are CRLF — several with mixed endings within a single file (e.g. src/PluginNodes/Boiler2PluginNodes.cs, src/SimpleEvent/SimpleEventsNodeManager.cs before #21). There is no .gitattributes, so nothing enforces either convention.

Consequences:

Suggested fix:

  1. Add .gitattributes with * text=auto and *.cs text eol=lf (aligning with .editorconfig), plus appropriate binary entries (*.uanodes, images).
  2. One-time renormalize commit: git add --renormalize .

Best done as a standalone PR while few branches are in flight, since the renormalize commit touches most files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions