Petari/.gitattributes

14 lines
277 B
Plaintext
Raw Permalink Normal View History

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