From 98720daf2b6fb73b02b645f449e375a8fc612708 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Mon, 17 Sep 2018 16:21:33 +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 000000000..9be8ef9ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +*.rst text +*.txt text +*.py text eol=lf +*.ini text +*.html text +*.yml text +*.yaml text +*.in text