From 45cc01a1d19f8f89f4886e74c2c077f0f940f2c2 Mon Sep 17 00:00:00 2001 From: Nikolaus Waxweiler Date: Tue, 5 Feb 2019 12:11:25 +0000 Subject: [PATCH] Add .gitattributes to enforce native line-endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d45604f98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.py text