We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f3db9 commit d27fb86Copy full SHA for d27fb86
.gitattributes
@@ -1,7 +1,13 @@
1
-# Tell github that .re and .rei files are Reason
+# .re and .rei files are Reason
2
*.re linguist-language=Reason
3
*.rei linguist-language=Reason
4
5
+# mli/mly files are OCaml
6
+*.ml* text eol=lf linguist-language=OCaml
7
+
8
+# Ignore cram test files
9
+*.t text eol=lf -linguist-detectable
10
11
# Declare shell files to have LF endings on checkout
12
# On Windows, the default git setting for `core.autocrlf`
13
# means that when checking out code, LF endings get converted
0 commit comments