mirror of
https://github.com/encounter/oot-gc.git
synced 2026-03-30 11:33:44 -07:00
568443b020
* add support for windows * add crlf warning * add note for WSL * add git attributes from dtk template * review
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
|