From 97d7b16232096b31703d680377e898958589af1e Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 4 Mar 2019 21:17:54 +0800 Subject: [PATCH] :sparkles: add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e905613 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto + +*.css linguist-language=linux +*.js linguist-language=linux +*.html linguist-language=linux +*.md linguist-language=linux