Skip to content

Commit 8f39d5d

Browse files
GIT: Set EOL attributes for text files
- Visual Studio project/solution files are always CRLF - all others are auto
1 parent 348765d commit 8f39d5d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.vcxproj text=crlf
2+
*.vcxproj.filters text=crlf
3+
*.sln text=crlf
4+
* text=auto

0 commit comments

Comments
 (0)