Skip to content

chore: add .gitattributes for consistent line endings#208

Open
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-gitattributes
Open

chore: add .gitattributes for consistent line endings#208
HemaOnGit wants to merge 1 commit intoPolymarket:mainfrom
HemaOnGit:chore/add-gitattributes

Conversation

@HemaOnGit
Copy link

@HemaOnGit HemaOnGit commented Feb 22, 2026

Add .gitattributes to ensure consistent LF line endings across different operating systems, preventing formatting issues in Python scripts.


Note

Low Risk
Repository metadata-only change; main impact is normalizing future checkouts/commits and potential line-ending diffs when files are renormalized.

Overview
Adds a new .gitattributes to standardize Git text/binary handling across platforms: default text=auto, force LF endings for *.py, treat *.md as text, and mark *.png/*.jpg as binary to prevent unintended conversions.

Written by Cursor Bugbot for commit b523b26. This will update automatically on new commits. Configure here.

Add .gitattributes to ensure consistent LF line endings across different operating systems, preventing formatting issues in Python scripts.
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