Files
xp_activate32/.gitattributes
T
2025-12-03 00:03:40 -06:00

19 lines
289 B
Plaintext

# Set default behavior to automatically normalize line endings.
* text=auto
*.c text
*.h text
*.cc text eol=lf
*.cpp text eol=lf
*.hpp text
# GN/Ninja Files
*.py text
*.gn text
*.gni text
# Keep scripts correct
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.rc text eol=crlf