From a0dd1f0bde508fb7da5a59cb9aadbb96567d3b02 Mon Sep 17 00:00:00 2001 From: Cydh Ramdh Date: Sun, 31 Jul 2016 10:12:40 +0700 Subject: [PATCH] Updated .gitattributes Signed-off-by: Cydh Ramdh --- .gitattributes | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 00934f6efe..9a0a5bdb75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,14 @@ -* text=auto -*.c diff=cpp -*.sln merge=union -*.vcproj merge=union -*.vcxproj merge=union -*.sln text eol=crlf -*.bat text eol=crlf -configure text eol=lf +* text=auto +*.c diff=cpp eol=crlf +*.h diff=cpp eol=crlf +*.sln merge=union +*.vcproj merge=union +*.vcxproj merge=union +*.sln text eol=crlf +*.bat text eol=crlf +configure text eol=lf configure.in text eol=lf -Makefile text eol=lf -Makefile.in text eol=lf -*.sh text eol=lf +Makefile text eol=lf +Makefile.in text eol=lf +*.sh text eol=lf +*.sql text eol=crlf