github.com/cloudwego/hertz@v0.9.3/.gitattributes (about)

     1  # Handle line endings automatically for files detected as text
     2  # and leave all files detected as binary untouched.
     3  * text=auto eol=lf
     4  
     5  # Force bash scripts to always use LF line endings so that if a repo is accessed
     6  # in Unix via a file share from Windows, the scripts will work.
     7  *.sh text eol=lf