Skip to content

Commit

Permalink
Treat cram tests as text
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 26, 2024
1 parent f5f3db9 commit d27fb86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d27fb86

Please sign in to comment.