From c398a9bb36f1c6f04c67a6f83fda0273214df129 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Wed, 22 Nov 2017 15:12:56 +0100 Subject: [PATCH] Correct line endings of various file types (#23) * Correct line endings of various file types --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..bc685366 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# The default behavior +* text=auto + +*.java text +*.xml text +*.md text + +.gitattributes text +.gitignore text