JANITORIAL: Fix default line endings
This commit is contained in:
parent
2dfc3ae120
commit
79515a8e49
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
vc_generate_documentation_comments = doxygen_slash_star
|
vc_generate_documentation_comments = doxygen_slash_star
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
[*.lingo]
|
[*.lingo]
|
||||||
charset = macroman
|
charset = macroman
|
||||||
|
|
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1,3 +1,6 @@
|
||||||
/po/*.po encoding=utf-8
|
/po/*.po encoding=utf-8
|
||||||
*.lingo encoding=MacRoman
|
*.lingo encoding=MacRoman
|
||||||
/engines.awk eol=lf
|
/engines.awk eol=lf
|
||||||
|
*.cpp text eol=lf
|
||||||
|
*.h text eol=lf
|
||||||
|
*.hpp text eol=lf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue