From 9336c9761b4970865c06e494e89939b0ea8d1a49 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 20 Jun 2020 13:03:05 +0200 Subject: [PATCH] ALL: Specify encoding for *.lingo in .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index ecab03efb6c..8d595d7f0a4 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