Fix: Try to solve problem of CRLF for some extensions.
This commit is contained in:
parent
fc1600b97c
commit
a146af5086
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -15,6 +15,12 @@
|
|||||||
*.lang text eol=lf
|
*.lang text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
|
*.pp text eol=lf
|
||||||
|
*.sh text eol=lf
|
||||||
|
*.yaml text eol=lf
|
||||||
|
|
||||||
|
.bash_aliases text eol=lf
|
||||||
|
.vimrc text eol=lf
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.bmp binary
|
*.bmp binary
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user