Standardize files as LF without CR, and UTF-8 without BOM

UTF-8 with BOM crashes some systems according to 6551f5c120 comment, and there are several cases where Minetest is buggy with files that use CRLF line endings (though none I'm aware that affect these files), so strip CRs and BOM
This commit is contained in:
Treer 2019-08-07 07:23:06 +10:00 committed by Treer
parent f11669f388
commit f9692faaa7
4 changed files with 2021 additions and 2021 deletions

View File

@ -1,5 +1,5 @@
-- see portal_api.txt for documentation
local DEBUG = true
local DEBUG = false
nether.registered_portals = {}

View File

@ -1,4 +1,4 @@
--[[
--[[
Nether mod portal examples for Minetest