.gitattributes 145 B

123456
  1. # Windows 批处理脚本强制使用 CRLF 换行
  2. *.bat text eol=crlf
  3. *.cmd text eol=crlf
  4. # Shell 脚本强制使用 LF 换行
  5. *.sh text eol=lf