From 2ab0094f7347005f29b24f2662e675e9f6573caf Mon Sep 17 00:00:00 2001 From: Lombiq Date: Wed, 9 Dec 2015 00:25:49 +0100 Subject: [PATCH] Adding .gitattributes file to enforce common line ending configuration As also advised by GitHub: https://help.github.com/articles/dealing-with-line-endings/ --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..212566614 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file