Configured the repository to handle line endings (#16234)
This commit is contained in:
parent
13fc65953b
commit
df8c12950c
1 changed files with 3 additions and 5 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue