浏览代码

Update .gitattributes

Meco Jianting Man 4 年之前
父节点
当前提交
9c1b6e2649
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .gitattributes

+ 5 - 5
.gitattributes

@@ -1,3 +1,8 @@
+*.c linguist-language=C
+*.C linguist-language=C
+*.h linguist-language=C
+*.H linguist-language=C
+
 * text=auto
 
 *.S text
@@ -40,8 +45,3 @@ COPYING text
 *.sct -text
 *.xsd -text
 Jamfile -text
-
-*.c linguist-language=C
-*.C linguist-language=C
-*.h linguist-language=C
-*.H linguist-language=C