美文网首页
2020-04-18 use .gitattributes to

2020-04-18 use .gitattributes to

作者: 五大RobertWu伍洋 | 来源:发表于2020-04-18 18:06 被阅读0次

G:\Mxt10\.gitattributes

*.sh    eol=lf

G:\MobaXs\slash108\home\mobaxterm\.tmux\plugins\tpm\.gitattributes

# Force text files to have unix eols, so Windows/Cygwin does not break them
*.* eol=lf

# These files are unfortunately not recognized as text files so
# explicitly listing them here
tpm eol=lf
bin/* eol=lf
bindings/* eol=lf
tests/* eol=lf

相关文章

网友评论

      本文标题:2020-04-18 use .gitattributes to

      本文链接:https://www.haomeiwen.com/subject/qzywvhtx.html