Mark MSVS *.vcxproj.filters files as using CR LF as well
For consistency with *.vcxproj and *.sln and for making check_mixed_eol.sh happy. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
f9234531a2
commit
e3535d6481
5 changed files with 671 additions and 670 deletions
21
.gitattributes
vendored
21
.gitattributes
vendored
|
|
@ -1,15 +1,16 @@
|
|||
# Windows-specific files that require CRLF:
|
||||
|
||||
*.bat eol=crlf
|
||||
*.bcc eol=crlf
|
||||
*.dsw eol=crlf
|
||||
*.gcc eol=crlf
|
||||
*.props eol=crlf
|
||||
*.rc eol=crlf
|
||||
*.sln eol=crlf
|
||||
*.vc eol=crlf
|
||||
*.vcproj eol=crlf
|
||||
*.vcxproj eol=crlf
|
||||
*.bat eol=crlf
|
||||
*.bcc eol=crlf
|
||||
*.dsw eol=crlf
|
||||
*.gcc eol=crlf
|
||||
*.props eol=crlf
|
||||
*.rc eol=crlf
|
||||
*.sln eol=crlf
|
||||
*.vc eol=crlf
|
||||
*.vcproj eol=crlf
|
||||
*.vcxproj eol=crlf
|
||||
*.vcxproj.filters eol=crlf
|
||||
|
||||
# Documentation used with Windows installer:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue