-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b94d346
commit 98cda5d
Showing
4 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
# Tell github that .ml and .mli files are OCaml | ||
*.ml linguist-language=OCaml | ||
*.mli linguist-language=OCaml | ||
|
||
# Disable syntax detection for cram tests | ||
*.t linguist-language=Text | ||
|
||
# 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 | ||
# to CRLF. This causes problems for shell scripts, as bash | ||
# gets choked up on the extra `\r` character. | ||
* text eol=lf | ||
*.png filter=lfs diff=lfs merge=lfs -text |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.