From 23ba5cf5ad12d5d0f9f3d2376c0c0ea32fc3d2de Mon Sep 17 00:00:00 2001 From: wanghuayang Date: Fri, 19 Mar 2021 15:09:37 +0800 Subject: [PATCH] feat:.gitattributes --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index dfe0770..617a37e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ # Auto detect text files and perform LF normalization -* text=auto +*.js linguist-language=python +*.css linguist-language=python +*.html linguist-language=python +*.sql linguist-language=python +*.csv linguist-language=python +*.txt linguist-language=python +*.json linguist-language=python \ No newline at end of file