浏览代码

Create .gitattributes

Kim Kulling 10 年之前
父节点
当前提交
d162b213a2
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitattributes

+ 8 - 0
.gitattributes

@@ -0,0 +1,8 @@
+# Declare files that will always have LF line endings on checkout.
+*.cpp text eol=lf
+*.h text eol=lf
+*.c text eol=lf
+*.hpp text eol=lf
+*.txt text eol=lf
+*.cmake text eol=lf
+*.sh text eol=lf