From 5e7fb012ff342e67f99684d690c0fcf0c513a715 Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Tue, 29 Jan 2013 16:35:46 +0100 Subject: [PATCH] Added .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3bb3b5ea8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Auto detect text files and perform LF normalization +* text=auto + +*.java text diff=java +*.html text diff=html +*.css text +*.js text +*.sql text