From 13306b71e03ea5ec7b805f3b4b3919140a438243 Mon Sep 17 00:00:00 2001 From: Moritz Raabe Date: Fri, 19 Mar 2021 09:39:38 +0100 Subject: [PATCH] add file --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6b8916d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# 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 +*.yml text +*.md text +*.txt text