fireemblem8u/.gitattributes
Sun Daowen 813c342393 Set git EOL attribute for *.sha1 files to LF.
Fixed the issue where text=auto caused /checksum1.sha1 to have CRLF line endings after git clone on Windows, leading to the sha1sum error: "'fireemblem8.gba'$'\r': No such file or directory".
2024-06-04 12:32:24 +08:00

26 lines
569 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
*.bin binary
# Declare files that will always have CRLF line endings on checkout.
*.pal text eol=crlf
# Declare files that will always have LF line endings on checkout.
*.sha1 text eol=lf
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain