mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
1b0b96665a
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
# 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
|
|
|
|
# decomp-toolkit writes files with LF
|
|
config/**/*.txt text eol=lf
|