mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Setting up an initial .gitattributes to start dealing with line endings
This commit is contained in:
parent
4ca25c5651
commit
cbbcffa26b
1 changed files with 13 additions and 0 deletions
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
* text=auto
|
||||
|
||||
*.h text
|
||||
*.cpp text
|
||||
|
||||
# VS 20xx files
|
||||
*.sln text eol=crlf
|
||||
*.vcproj text eol=crlf
|
||||
*.vcxproj text eol=crlt
|
||||
|
||||
# VC6 files
|
||||
*.dsw text eol=crlf
|
||||
*.dsp text eol=crlf
|
||||
Loading…
Add table
Add a link
Reference in a new issue