[Scummvm-git-logs] scummvm master -> 9336c9761b4970865c06e494e89939b0ea8d1a49

sev- sev at scummvm.org
Sat Jun 20 11:03:29 UTC 2020


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:
9336c9761b ALL: Specify encoding for *.lingo in .editorconfig


Commit: 9336c9761b4970865c06e494e89939b0ea8d1a49
    https://github.com/scummvm/scummvm/commit/9336c9761b4970865c06e494e89939b0ea8d1a49
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-06-20T13:03:05+02:00

Commit Message:
ALL: Specify encoding for *.lingo in .editorconfig

Changed paths:
    .editorconfig


diff --git a/.editorconfig b/.editorconfig
index ecab03efb6..8d595d7f0a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,3 +4,6 @@ indent_size = 4
 trim_trailing_whitespace = true
 insert_final_newline = true
 vc_generate_documentation_comments = doxygen_slash_star
+
+[*.lingo]
+charset = macroman




More information about the Scummvm-git-logs mailing list