Configured the repository to handle line endings (#16234)

This commit is contained in:
Nick Taylor 2022-01-21 08:57:05 -05:00 committed by GitHub
parent 13fc65953b
commit df8c12950c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.gitattributes vendored
View file

@ -1,8 +1,6 @@
# Declare SVG files to have LF endings on checkout
# On Windows, the default git setting for `core.autocrlf`
# means that when checking out code, LF endings get converted
# to CRLF.
# *.svg text eol=lf
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
*.rb diff=ruby
*.rake diff=ruby
*.css diff=css