Skip to content

Add .gitattributes with text normalization#17

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/add-gitattributes-entry
Draft

Add .gitattributes with text normalization#17
Copilot wants to merge 2 commits into
masterfrom
copilot/add-gitattributes-entry

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 25, 2026

Adds .gitattributes with * text=auto to enable automatic line ending normalization across the repository.

Changes

  • Created .gitattributes with * text=auto directive

This configures Git to automatically detect text files and normalize line endings (LF in repo, platform-specific on checkout), preventing cross-platform line ending inconsistencies.

Original prompt

This section details on the original issue you should resolve

<issue_title>[FEATURE] gitattributes</issue_title>
<issue_description>### What feature would you like?

please add * text=auto to .gitattributes

Why is this feature useful?

No response</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: chipitsine <2217296+chipitsine@users.noreply.github.com>
Copilot AI changed the title [WIP] Add * text=auto entry to .gitattributes Add .gitattributes with text normalization Jan 25, 2026
Copilot AI requested a review from chipitsine January 25, 2026 21:02
@chipitsine chipitsine force-pushed the master branch 2 times, most recently from 3633c51 to 81395bd Compare May 7, 2026 21:35
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.

[FEATURE] gitattributes

2 participants