mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
* Note that .bat has CRLF endings * Remove line endings on .bat It will be normalized correctly on checkout
17 lines
350 B
Plaintext
17 lines
350 B
Plaintext
# 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.
|
|
*.ai binary
|
|
*.jpg binary
|
|
*.otf binary
|
|
*.png binary
|
|
*.eot binary
|
|
*.ttf binary
|
|
*.whl binary
|
|
*.woff binary
|
|
*.woff2 binary
|