From 5ae91281343975a5a7013e3c1084ba828ccb18ba Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 21 Jan 2021 17:50:19 +0100 Subject: [PATCH] Add gitattributes Change-Id: Iea1ea7bf7a4953ad30d4c1ebd82d91b7c861b1b2 --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95a2004 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# 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. +*.txt text diff=text + -- 2.7.4