Convert .gitattributes to use unix line endings

master
daurnimator 2020-04-05 18:50:26 +10:00 committed by Andrew Kelley
parent c4a5f519f2
commit d4d2180148
1 changed files with 10 additions and 10 deletions

20
.gitattributes vendored
View File

@ -1,10 +1,10 @@
*.zig text eol=lf
*.txt text eol=lf
langref.html.in text eol=lf
deps/* linguist-vendored
lib/include/* linguist-vendored
lib/libc/* linguist-vendored
lib/libcxx/* linguist-vendored
lib/libcxxabi/* linguist-vendored
lib/libunwind/* linguist-vendored
*.zig text eol=lf
*.txt text eol=lf
langref.html.in text eol=lf
deps/* linguist-vendored
lib/include/* linguist-vendored
lib/libc/* linguist-vendored
lib/libcxx/* linguist-vendored
lib/libcxxabi/* linguist-vendored
lib/libunwind/* linguist-vendored