mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Fix line endings (#709)
* Note that .bat has CRLF endings * Remove line endings on .bat It will be normalized correctly on checkout
This commit is contained in:
parent
ceb2ef463c
commit
ab10feb6a5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,6 +1,7 @@
|
||||
# Document global line endings settings
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
* text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
|
Loading…
Reference in New Issue
Block a user