mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
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.
This commit is contained in:
committed by
Filippos Karapetis
parent
3ba1d5c313
commit
e557a339a9
@@ -6,5 +6,8 @@ insert_final_newline = true
|
||||
vc_generate_documentation_comments = doxygen_slash_star
|
||||
end_of_line = lf
|
||||
|
||||
[*.bat]
|
||||
end_of_line = crlf
|
||||
|
||||
[*.lingo]
|
||||
charset = macroman
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user