EOL LF (unix line endings) normalization (#3478)

This commit is contained in:
Dan Saunders 2025-10-17 19:22:42 -04:00 committed by GitHub
commit 6d92fe7a40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 230 additions and 228 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Normalize Python files to LF line endings
*.py text eol=lf