From c8252a87422cdd2f530dff64bf90b49bf1afb094 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Aug 2019 18:28:03 +0300 Subject: split root .gitattributes --- .appveyor/.gitattributes | 1 + .gitattributes | 1 - .travis/.gitattributes | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .appveyor/.gitattributes delete mode 100644 .gitattributes create mode 100644 .travis/.gitattributes diff --git a/.appveyor/.gitattributes b/.appveyor/.gitattributes new file mode 100644 index 0000000..b086bda --- /dev/null +++ b/.appveyor/.gitattributes @@ -0,0 +1 @@ +*.ps1 text eol=crlf diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index b086bda..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.ps1 text eol=crlf diff --git a/.travis/.gitattributes b/.travis/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.travis/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf -- cgit v1.2.3