Git(二):Git 過濾文件(1)——.gitattributes

# Windows-specific files that require CRLF: *.bat eol=crlf *.txt eol=crlf # Unix-specific files that require LF: *.java eol=lf *.sh eol=lf GRLF和LF: CRLF,LF都是用來表示文本換行的方式。CR表明回車
相關文章
相關標籤/搜索