fireemblem8u/.gitattributes
laqieer 2c3253e642 Fix: LF line endings aren't supported.
Always convert line endings to CRLF on checkout for .pal files, because they must keep CRLF endings, even on OSX or Linux, otherwise gbagfx will complain that 'LF line endings aren't supported.'.
2022-02-23 01:42:34 +08:00

21 lines
468 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.pal text eol=crlf
# 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