github.com/mutagen-io/mutagen@v0.18.0-rc1/.gitattributes (about)

     1  # Automatically normalize line endings to \n when checking in text files.
     2  * text=auto
     3  
     4  # Enforce that Go module metadata files always use newline endings, because Go
     5  # tooling will normalize them to newline endings, even on Windows.
     6  go.mod text eol=lf
     7  go.sum text eol=lf
     8  
     9  # Enforce that shell scripts always use newline endings.
    10  *.sh text eol=lf
    11  
    12  # Enforce that Windows batch files always use CRLF line endings.
    13  *.bat text eol=crlf