From 31465c017267ace9aafee181ab761fccec4072b3 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Fri, 31 Mar 2023 17:19:46 -0400 Subject: [PATCH] Force Git to use `LF` for line separation --- .gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3175732ef..c66f4d3d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -*.java text=auto -*.json text=auto -*.md text=auto -*.properties text=auto -*.py text=auto -*.sh text=auto +*.java text=lf +*.json text=lf +*.md text=lf +*.properties text=lf +*.py text=lf +*.sh text=lf