scummvm/.gitattributes
Donovan Watteau e557a339a9 ALL: Force CRLF line-endings for Windows .bat files
Subtle parsing problems with labels can happen if Windows batch files
are checked out with Unix LF line-endings.
2022-10-23 11:03:49 +03:00

11 lines
209 B
Plaintext

/po/*.po encoding=utf-8
*.lingo encoding=MacRoman
/engines.awk eol=lf
*.bat text eol=crlf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.sh text eol=lf
/config* text eol=lf
configure.engine text eol=lf