From: Vitaliy Date: Sun, 2 Apr 2023 19:12:46 +0000 (+0300) Subject: Mark the repo as root in the editorconfig X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=58a96b7d2399ede5e953518b784ecffd4751b765;p=irrlicht.git Mark the repo as root in the editorconfig Necessary due to CR/LF mess, it shouldn’t inherit the LF setting from Minetest. --- diff --git a/.editorconfig b/.editorconfig index 379fba4..080ba5b 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8