Add .gitattributes file (closes #122)
Convert line endings to CRLF on checkout for Windows batch scripts and Visual Studio solution/project files.
This commit is contained in:
parent
1a8548e56f
commit
d2f0649c9e
|
@ -0,0 +1,4 @@
|
|||
* text=auto
|
||||
*.bat eol=crlf
|
||||
*.sln eol=crlf
|
||||
*.vcxproj eol=crlf
|
Loading…
Reference in New Issue