diff --git a/.gitattributes b/.gitattributes index ede09762..b18fe597 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,13 @@ -# Tell github that .re and .rei files are Reason +# .re and .rei files are Reason *.re linguist-language=Reason *.rei linguist-language=Reason +# mli/mly files are OCaml +*.ml* text eol=lf linguist-language=OCaml + +# Ignore cram test files +*.t text eol=lf -linguist-detectable + # Declare shell files to have LF endings on checkout # On Windows, the default git setting for `core.autocrlf` # means that when checking out code, LF endings get converted