Files
2025-12-05 19:54:22 -06:00

20 lines
311 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
# Build system Files
*.py text
*.gn text
*.gni text
*.mak text eol=lf
# Keep scripts correct
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.rc text eol=crlf