Skip to content

Commit 67befaf

Browse files
committed
Update line ending settings for vcxproj, lk, csv
1 parent fe7643b commit 67befaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ build_*/* linguist_generated=true
1414

1515
# ...Unless the name matches the following
1616
# overriding patterns
17+
*.vcxproj text eol=crlf
18+
*.sln text eol=crlf
1719

1820
# Definitively text files
1921
*.txt text
2022
*.c text
2123
*.cpp text
2224
*.h text
25+
*.csv text
26+
*.lk text
2327

2428
# Ensure those won't be messed up with
2529
*.jpg binary
26-
*.data binary
30+
*.data binary

0 commit comments

Comments
 (0)