From bd4337a2dc3bf32f0fbb383a4136e3f154b73112 Mon Sep 17 00:00:00 2001 From: Doods Date: Sat, 20 Apr 2024 15:23:59 +0000 Subject: [PATCH] Make Editorconfig compliant with the spec. (#4245) Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4245 Reviewed-by: the-real-herowl Co-authored-by: Doods Co-committed-by: Doods --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8e3084dd3..c70eea97a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf [*.lua] -charset = utf8 +charset = utf-8 indent_style = tab insert_final_newline = true trim_trailing_whitespace = true