From abd2a1542c274ec02628367739714fbfa35b6490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 15 Aug 2020 21:36:42 +0200 Subject: [PATCH] Update .editorconfig to match the encoding of the resource files. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 965fbcf1ee..332927531a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -27,7 +27,7 @@ charset = utf-8-bom charset = utf-8-bom [Windows/{aboutbox.rc,version.rc}] -charset = utf-16le +charset = utf-8 [libretro/**.{cpp,h}] indent_style = space