From a755c06772d6151c738360f2a602cc0ef231837e Mon Sep 17 00:00:00 2001 From: North Date: Sat, 15 Sep 2012 12:29:12 +0300 Subject: [PATCH] Git settings for normalizing line endings --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..1af97c00a77 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +*.java text=auto +*.xml text=auto +*.txt text=auto +*.pl text=auto +*.tmpl text=auto +*.bat text=auto +*.sh text=auto +*.properties text=auto +*.properties text=auto +*.dck text=auto