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
parent f62c454a86
commit f845cf964f
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