Mark the repo as root in the editorconfig

Necessary due to CR/LF mess, it shouldn’t inherit the LF setting from Minetest.
This commit is contained in:
Vitaliy 2023-04-02 22:12:46 +03:00 committed by sfan5
parent ba1cd19983
commit 58a96b7d23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
root = true
[*]
charset = utf-8