prime/.gitattributes

14 lines
277 B
Plaintext
Raw Normal View History

# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files
*.py text
# Enforce platform-specific encodings
*.bat text eol=crlf
*.sh text eol=lf
*.sha1 text eol=lf
2024-09-05 04:03:20 +00:00
# decomp-toolkit writes files with LF
config/**/*.txt text eol=lf