diff --git a/.gitattributes b/.gitattributes index f15056f5a7..9943d78c23 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -# Require roc files to be checlked out with Unix line endings, even on windows +# Require roc files to be checked out with Unix line endings, even on windows *.roc text eol=lf + +crates/compiler/test_mono/generated/* linguist-generated=true