From 5d0e13a235c8016a8af1027443c1f489a02ed5a1 Mon Sep 17 00:00:00 2001 From: Benedikt Werner <1benediktwerner@gmail.com> Date: Mon, 2 May 2022 12:47:06 +0200 Subject: [PATCH] Add .gitattributes To ensure /lila and /ui/build always have LF line-endings, even when cloned from Windows. Because bash can't run on CLRF. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..d896ea00a0312 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/lila text eol=lf +/ui/build text eol=lf