gitattributes: cpp

This commit is contained in:
bnnm 2021-08-12 00:05:53 +02:00
parent c2428c8faa
commit 735948e947

23
.gitattributes vendored
View File

@ -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