mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 23:31:07 +00:00
Add .gitattributes file to force line-endings to be CRLF when checking out VS sln/proj files
This commit is contained in:
parent
e3d8a40cdb
commit
c8dc857bbb
12
.gitattributes
vendored
Normal file
12
.gitattributes
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# ref: https://help.github.com/articles/dealing-with-line-endings/#platform-all
|
||||||
|
|
||||||
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||||
|
# (Check with git config --global --list)
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
|
*.sln text eol=crlf
|
||||||
|
*.vcproj text eol=crlf
|
||||||
|
*.vcxproj text eol=crlf
|
||||||
|
*.vcxproj.filters text eol=crlf
|
||||||
|
*.bat text eol=crlf
|
Loading…
Reference in New Issue
Block a user