From 27ee7c8e2c1530c73365a25fc5ed4ba635ed671e Mon Sep 17 00:00:00 2001 From: MSxDOS <15524350+MSxDOS@users.noreply.github.com> Date: Fri, 23 Oct 2020 13:04:45 +0300 Subject: [PATCH] Add .gitattributes --- src/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/.gitattributes diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 0000000..d3f6fc7 --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.rs text whitespace=tab-in-indent,trailing-space,tabwidth=4 diff=cpp