diff --git a/.gitattributes b/.gitattributes index f0c6b746..b316a22e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,13 @@ -# don't set for now (too many fixes at once) -#* text=auto -#*.c text=auto -#*.h text=auto -#* -text - -*.sh text eol=lf -*.bat text eol=crlf -*.vcxproj text eol=crlf -*.vcxproj.filters text eol=crlf +# don't set for now (too many fixes at once) +#* text=auto +#*.c text=auto +#*.h text=auto +#* -text + +*.cpp text eol=lf +*.cc text eol=lf + +*.sh text eol=lf +*.bat text eol=crlf +*.vcxproj text eol=crlf +*.vcxproj.filters text eol=crlf