From 462b9839446dcc1a92a5d951e252a0f3946fad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=97=E6=B3=95=E5=9F=BA=E5=9C=B0?= Date: Tue, 30 Mar 2021 21:20:34 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..143f79b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto + *.js linguist-language=java + *.css linguist-language=java + *.html linguist-language=java