JANITORIAL: Fix default line endings

This commit is contained in:
Die4Ever 2021-10-21 15:29:08 -05:00 committed by Eugene Sandulenko
parent 2dfc3ae120
commit 79515a8e49
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
vc_generate_documentation_comments = doxygen_slash_star
end_of_line = lf
[*.lingo]
charset = macroman

3
.gitattributes vendored
View File

@ -1,3 +1,6 @@
/po/*.po encoding=utf-8
*.lingo encoding=MacRoman
/engines.awk eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf