From fbb7414c6ea92260a421755fd8b8dcf26dbca337 Mon Sep 17 00:00:00 2001 From: BSKY Date: Sat, 18 Jan 2020 09:16:37 +0900 Subject: [PATCH 1/3] Create .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..46eeeb0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Auto detect text files and perform LF normalization +# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ +* text=auto + +# Linguist override +*.re linguist-language=Reason +*.rei linguist-language=Reason From e746afd7a9f13a69ba21cf01e98d314e0bc52bf0 Mon Sep 17 00:00:00 2001 From: BSKY Date: Tue, 18 Feb 2020 16:49:40 +0900 Subject: [PATCH 2/3] Update .gitattributes --- .gitattributes | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 46eeeb0..e923edf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,3 @@ -# Auto detect text files and perform LF normalization -# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/ -* text=auto - # Linguist override *.re linguist-language=Reason *.rei linguist-language=Reason From c9414539643a2394542b3ca2ce86ffcc4dbfc551 Mon Sep 17 00:00:00 2001 From: Max Thirouin Date: Tue, 18 Feb 2020 09:18:57 +0100 Subject: [PATCH 3/3] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e923edf..13764bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -# Linguist override +# Tell github that .re and .rei files are Reason, sometimes recognized as C/C++ *.re linguist-language=Reason *.rei linguist-language=Reason