Skip to content

Commit fafc1e0

Browse files
committed
git: ensure that dosbatch files use CRLF for line endings
This ensures that we do not accidentally convert line-endings in Windows batch files.
1 parent 9fbf359 commit fafc1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.swift.gyb linguist-language=Swift
22
*.cpp.gyb linguist-language=C++
3+
*.bat text eol=crlf

0 commit comments

Comments
 (0)