Skip to content

chore: disable eol normalization for vendored libs

Yaroslav Dynnikov requested to merge gitattributes into master

We've recently noticed many files in vendor/ dir have windows-like EOL crlf. When cloning the repo, git produces a huge diff due to the EOL normalization built-in feature. This patch disbles it for the certain path.

Merge request reports