blob: 8699ee2a8f2bd4b0bfe9eb0f4077064dcacd0045 [file] [edit]
# This is similar to the git option core.autocrlf but it applies to all
# users of the repository and therefore doesn't depend on a developers
# local configuration.
* text=auto
# Never attempt EOL conversion on files within testdata
**/testdata/** -text -diff
**/corpus/** linguist-generated=true
**/usage.gen.go linguist-generated=true
/private/gen/** linguist-generated=true
# Use union merge for CHANGELOG to avoid conflicts when multiple branches
# add entries under [Unreleased]
CHANGELOG.md merge=union