From 462da4b1b8286f2ed589fda76d5df9d2bbca4382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Mon, 4 Jan 2021 15:01:14 +0100 Subject: [PATCH] Make VFS Lua files always have LF line endings. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index f811f6ae..e070e217 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ # are changed when only line endings change. src/generated/**/.cache/cache text eol=lf src/generated/**/*.json text eol=lf + +# Files provided to VM. +src/main/resources/data/oc2/file_systems/**/*.lua text eol=lf