From 4db9f2aa34d59cea965077c1e329f8488623b182 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sat, 1 Dec 2018 22:27:24 +0300 Subject: [PATCH] Fix failing tidy (line endings on Windows) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d56abbf3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto eol=lf