From 84713d9b2e95eeb7bee6e16fee14cfb7eb03dcf2 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Thu, 13 Apr 2023 22:43:46 -0400 Subject: [PATCH] Set `CRLF` as the default line separator this will be changed back to LF after unstable-quests is finished --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b63c3dac5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.java text=crlf +*.json text=crlf +*.md text=crlf +*.properties text=crlf +*.py text=crlf +*.sh text=crlf +* text eol=crlf