From 58a96b7d2399ede5e953518b784ecffd4751b765 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Sun, 2 Apr 2023 22:12:46 +0300 Subject: [PATCH] Mark the repo as root in the editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Necessary due to CR/LF mess, it shouldn’t inherit the LF setting from Minetest. --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 379fba4..080ba5b 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] charset = utf-8 -- 2.44.0