From 7298350e7658d6582f1435b8dc01f42ec8d5cac0 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 26 Dec 2020 04:27:06 +0100 Subject: [PATCH] Standardize line separator --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..443d3cc5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# all end-of-lines are normalized to LF when written to the repository +# https://git-scm.com/docs/gitattributes#_text +* text=auto + +# force all text files on the working dir to have LF line endings +# https://git-scm.com/docs/gitattributes#_eol +* text eol=lf