2023-10-05 03:26:02 +00:00
|
|
|
# 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
|
|
|
|
|
2023-11-22 01:14:13 +00:00
|
|
|
# decomp-toolkit writes files with LF
|
2023-10-05 03:26:02 +00:00
|
|
|
config/**/*.txt text eol=lf
|