From 1d4b4963336ecaf138ee5b30e0b5af0d5c5b4f89 Mon Sep 17 00:00:00 2001 From: "C.S. Melis" Date: Sat, 4 Mar 2023 22:10:02 +0100 Subject: [PATCH] Enforce crlf line endings on checkout --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 21e86d3..2ece806 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.ini linguist-detectable=true *.thn linguist-language=Lua + +*.ini text eol=crlf \ No newline at end of file