Make Editorconfig compliant with the spec. (#4245)

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4245
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Doods <yusufalishabaka@tutanota.com>
Co-committed-by: Doods <yusufalishabaka@tutanota.com>
This commit is contained in:
Doods 2024-04-20 15:23:59 +00:00 committed by the-real-herowl
parent 0f20e18e53
commit bd4337a2dc
1 changed files with 1 additions and 1 deletions

View File

@ -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