Преглед изворни кода

Updated .gitattributes

Signed-off-by: Cydh Ramdh <cydh@pservero.com>
Cydh Ramdh пре 8 година
родитељ
комит
a0dd1f0bde
1 измењених фајлова са 13 додато и 11 уклоњено
  1. 13 11
      .gitattributes

+ 13 - 11
.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