Blame vendor/github.com/labstack/echo/v4/.gitattributes

Packit Service 509fd4
# Automatically normalize line endings for all text-based files
Packit Service 509fd4
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion
Packit Service 509fd4
* text=auto
Packit Service 509fd4
Packit Service 509fd4
# For the following file types, normalize line endings to LF on checking and
Packit Service 509fd4
# prevent conversion to CRLF when they are checked out (this is required in
Packit Service 509fd4
# order to prevent newline related issues)
Packit Service 509fd4
.*      text eol=lf
Packit Service 509fd4
*.go    text eol=lf
Packit Service 509fd4
*.yml   text eol=lf
Packit Service 509fd4
*.html  text eol=lf
Packit Service 509fd4
*.css   text eol=lf
Packit Service 509fd4
*.js    text eol=lf
Packit Service 509fd4
*.json  text eol=lf
Packit Service 509fd4
LICENSE text eol=lf
Packit Service 509fd4
Packit Service 509fd4
# Exclude `website` and `cookbook` from GitHub's language statistics
Packit Service 509fd4
# https://github.com/github/linguist#using-gitattributes
Packit Service 509fd4
cookbook/* linguist-documentation
Packit Service 509fd4
website/* linguist-documentation