Files
oot-gc/.gitattributes
Yanis 568443b020 Add support for Windows (#159)
* add support for windows

* add crlf warning

* add note for WSL

* add git attributes from dtk template

* review
2024-06-05 10:14:29 -07:00

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