[Scummvm-git-logs] scummvm master -> 79515a8e49611de615778893d2f671d42e014ab9

sev- sev at scummvm.org
Thu Oct 21 20:36:00 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
79515a8e49 JANITORIAL: Fix default line endings


Commit: 79515a8e49611de615778893d2f671d42e014ab9
    https://github.com/scummvm/scummvm/commit/79515a8e49611de615778893d2f671d42e014ab9
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2021-10-21T22:35:57+02:00

Commit Message:
JANITORIAL: Fix default line endings

Changed paths:
    .editorconfig
    .gitattributes


diff --git a/.editorconfig b/.editorconfig
index 8d595d7f0a..94054d769e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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
diff --git a/.gitattributes b/.gitattributes
index 63a56d2c89..27cbf4d31b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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




More information about the Scummvm-git-logs mailing list