mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-27 16:10:48 +01:00
gitattributes: cpp
This commit is contained in:
parent
c2428c8faa
commit
735948e947
23
.gitattributes
vendored
23
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user