From a55e260332e17fefa40181142983b1262af0cdbe Mon Sep 17 00:00:00 2001 From: ThePerkinrex Date: Mon, 2 Nov 2020 20:27:57 +0100 Subject: [PATCH] Add gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cdda859 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +*.rs text eol=lf +*.toml text eol=lf +*.proto text eol=lf +*.cs text eol=lf +*.txt text eol=lf +*.json text eol=lf +*.rhai text eol=lf +# Make line endings lf only