Skip to content

Added .gitattributes to enforce LF line ending - #852

Open
niko091 wants to merge 1 commit into
metacall:developfrom
niko091:develop
Open

Added .gitattributes to enforce LF line ending#852
niko091 wants to merge 1 commit into
metacall:developfrom
niko091:develop

Conversation

@niko091

@niko091 niko091 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Description

Added .gitattributes file to standardize line endings across the repository, enforcing LF for text files.

This prevents cross-platform formatting issues, unwanted CRLF/LF diff noise in future Pull Requests, and script execution failures on Unix-like environments.

To apply the new line-ending rules to all existing files in the repository:

git add --renormalize .
and commit it


Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.

If you are unclear about any of the above checks, have a look at our documentation here.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant