X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitattributes;h=2929e835895a5127de7e505fb205576308cfbd97;hb=69ae9e7460499b488cb2d32edae623a95264db14;hp=cade39089b2c3f0953980614902846ca6a83da5d;hpb=cc16fa0720ae3bf39f0b162d020a8d6f517d6a70;p=platform%2Fupstream%2Fglslang.git diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 index cade390..2929e83 --- a/.gitattributes +++ b/.gitattributes @@ -8,10 +8,10 @@ *.txt text # source code can be native and normalized, but simpler if lf everywhere; will try that way -*.h text eof=lf -*.c text eof=lf -*.cpp text eof=lf -*.y text eof=lf -*.out text eof=lf -*.conf text eof=lf -*.err text eof=lf +*.h text eol=lf +*.c text eol=lf +*.cpp text eol=lf +*.y text eol=lf +*.out text eol=lf +*.conf text eol=lf +*.err text eol=lf