mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text eol=lf
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.py text
|
|
*.txt text
|
|
*.MD text
|
|
*.c text
|
|
*.data text
|
|
*.in text |